source: ProjectBuilder/0.8.11/pbconf/project-builder/pbfilter/rpm.pbf@ 279

Last change on this file since 279 was 279, checked in by Bruno Cornec, 16 years ago

Attempt to solve the problem of the delivery variable for MakeMaker which is different depending on version (PREFIX or destdir)

File size: 368 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 =
11
12# PBSUF is replaced by the package name ($pbpkg in code)
13filter PBSUF = $pbsuf
14
15# Special for pb : MakeMaker has various variable for the dest dir
16filter PBKEYWORD = destdir
Note: See TracBrowser for help on using the repository browser.