source: ProjectBuilder/projects/casparbuster/pbconf/devel/pbfilter/all.pbf@ 1467

Last change on this file since 1467 was 1467, checked in by Bruno Cornec, 12 years ago
File size: 2.5 KB
Line 
1#
2# $Id$
3#
4# Filter for all files
5#
6#
7# PBREPO is replaced by the root URL to access the repository
8filter PBREPO = $pb->{'repo'}
9
10
11# PBSRC is replaced by the source package location after the repo
12filter PBSRC = src/%{name}-%{version}.tar.gz
13# Used if virtual name != real name (perl, ...)
14#filter PBSRC = src/%{srcname}-%{version}.tar.gz
15
16# PBVER is replaced by the version ($pb->{'ver'} in code)
17filter PBVER = $pb->{'ver'}$pb->{'extdir'}
18
19# PBDATE is replaced by the date ($pb->{'date'} in code)
20filter PBDATE = $pb->{'date'}
21
22# PBEXTDIR is replaced by the testdir extension if needed ($pb->{'extdir'} in code)
23filter PBEXTDIR = $pb->{'extdir'}
24
25# PBPATCHSRC is replaced by the patches names if value is yes. Patches are located under the pbpatch dir of the pkg.
26#filter PBPATCHSRC = yes
27
28# PBPATCHCMD is replaced by the patches commands if value is yes
29#filter PBPATCHCMD = yes
30
31# PBMULTISRC is replaced by the sources names if value is yes. Sources are located under the pbsrc dir of the pkg.
32#filter PBMULTISRC = yes
33
34# PBTAG is replaced by the tag ($pb->{'tag'} in code)
35filter PBTAG = $pb->{'tag'}
36
37# PBREV is replaced by the revision ($pb->{'rev'} in code)
38filter PBREV = $pb->{'rev'}
39
40# PBREALPKG is replaced by the package name ($pb->{'realpkg'} in code)
41filter PBREALPKG = $pb->{'realpkg'}
42
43# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
44filter PBPKG = $pb->{'pkg'}
45
46# PBPROJ is replaced by the project name ($pb->{'proj'} in code)
47filter PBPROJ = $pb->{'proj'}
48
49# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
50filter PBPACKAGER = $pb->{'packager'}
51
52# PBDESC contains the description of the package
53filter PBDESC = CasparBuster distributes CMS managed configuration files to a set of machines.$/It uses a full hierarchy of files managed under you Configuration Management System (aka VCS) and plugins for each service category,$/in order to distribute all these files to remote systems, and relaunch appropriately the services on them.$/It does that only when files have been modified, thank to a small database storing time stamps of relaunched services.
54
55# PBSUMMARY contains a short single line description of the package
56filter PBSUMMARY = CasparBuster distributes CMS managed configuration files to a set of machines
57
58# PBURL contains the URL of the Web site of the project
59filter PBURL = http://www.project-builder.org/src
60
61# PBLOG is replaced by the changelog if value is yes
62# and should be last as when used we need the %pb hash filled
63filter PBLOG = yes
64
65filter PBLIC = GPLv2
Note: See TracBrowser for help on using the repository browser.