source: ProjectBuilder/projects/mondorescue/pbconf/devel/pbfilter/rpm.pbf@ 1750

Last change on this file since 1750 was 1750, checked in by Bruno Cornec, 11 years ago

r5243@localhost: bruno | 2013-04-29 00:15:51 +0200

  • Fix PBFINALDIR for rpm pkg
File size: 442 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6
7# PBGRP is replaced by the RPM group of apps
8filter PBGRP = Applications/Archiving
9
10# PBDEP is replaced by the list of dependencies
11filter PBDEP =
12
13# PBSUF is replaced by the package name ($pb->{'pkg'} in code)
14filter PBSUF = $pb->{'suf'}
15
16# PBOBS is replaced by the Obsolete line
17filter PBOBS =
18
19# License
20filter PBLIC = GPL
21
22# Perl Installation target
23filter PBKEYWORD = destdir
24filter PBFINALDIR =
Note: See TracBrowser for help on using the repository browser.