source: ProjectBuilder/pbconf/devel/project-builder/pbfilter/rpm.pbf@ 501

Last change on this file since 501 was 501, checked in by Bruno Cornec, 16 years ago
  • pb now uses upcoming 0.9.3 format for its build files
  • buffer now builds (RPM only ATM) using the new 0.9.3 format + a local patch
File size: 401 bytes
RevLine 
[32]1#
2# $Id$
3#
4# Filter for rpm build
5#
6# PBGRP is replaced by the RPM group of apps
[157]7filter PBGRP = System/Configuration/Packaging
[32]8
9# PBDEP is replaced by the list of dependencies
10filter PBDEP =
11
[501]12# PBSUF is replaced by the package name ($pb->{'suf'} in code)
13filter PBSUF = $pb->{'suf'}
[283]14
15# Special for pb : MakeMaker has various variable for the dest dir
16filter PBKEYWORD = destdir
17filter PBFINALDIR =
Note: See TracBrowser for help on using the repository browser.