source: ProjectBuilder/projects/casparbuster/pbconf/devel/pbfilter/rpm.pbf@ 1664

Last change on this file since 1664 was 1664, checked in by Bruno Cornec, 11 years ago
  • Remove the now useless parameter cbusemachines
  • Do not chmod files as they are incoreect now. Will need the plugin and rpm setup to be developped to support it much better
File size: 435 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6
7# PBGRP is replaced by the RPM group of apps
8#filter PBGRP = Applications/Archiving
9
10# PBLIC is replaced by the license of the application
11#filter PBLIC = GPL
12
13# PBDEP is replaced by the list of dependencies
14#filter PBDEP =
15
16# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
17filter PBSUF = $pb->{'suf'}
18
19# PBOBS is replaced by the Obsolete line
20#filter PBOBS =
21
22filter PBFINALDIR =
Note: See TracBrowser for help on using the repository browser.