source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.2/MondoRescue/pbfilter/rpm.pbf@ 1828

Last change on this file since 1828 was 1828, checked in by Bruno Cornec, 10 years ago
  • Test;;More is in perl-Test-Simple
File size: 352 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6
7# PBDEP is replaced by the list of dependencies
8filter PBDEP =
9filter PBBUILDDEP = perl,perl-Test-Simple
10
11# PBSUF is replaced by the package name ($pb->{'suf'} in code)
12filter PBSUF = $pb->{'suf'}
13
14# Special for pb : MakeMaker has various variable for the dest dir
15filter PBKEYWORD = destdir
16filter PBFINALDIR =
Note: See TracBrowser for help on using the repository browser.