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

Last change on this file since 1849 was 1849, checked in by Bruno Cornec, 10 years ago
  • The test function of MondoRescue is now also working for distros not having natively Test::More/Simple and avoid to depend on it
File size: 335 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
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.