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

Last change on this file since 1804 was 1804, checked in by Bruno Cornec, 10 years ago
  • Prepare project-builder.org build infrastructure for the new MondoRescue pel module in the MondoRescue project
File size: 426 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6# PBGRP is replaced by the RPM group of apps
7filter PBGRP = System/Configuration/Packaging
8
9# PBDEP is replaced by the list of dependencies
10filter PBDEP =
11filter PBBUILDDEP = perl
12
13# PBSUF is replaced by the package name ($pb->{'suf'} in code)
14filter PBSUF = $pb->{'suf'}
15
16# Special for pb : MakeMaker has various variable for the dest dir
17filter PBKEYWORD = destdir
18filter PBFINALDIR =
Note: See TracBrowser for help on using the repository browser.