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

Last change on this file since 1752 was 1752, checked in by Bruno Cornec, 11 years ago
  • Adds a PBBUILDDEP macro to manage the various names of rpm-buid/rpmbuild package in dependency for rpm build with pb
File size: 431 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 = rpm-build
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.