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

Last change on this file since 1810 was 1810, checked in by Bruno Cornec, 10 years ago
  • Fix deps for MOndoRescue with the minimal perl version and PBGRP macro
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.