source: ProjectBuilder/projects/afio/pbconf/2.5/pbfilter/all.pbf@ 451

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

Project afio creation

File size: 960 bytes
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 = $pbrepo
9
10# PBSRC is replaced by the source package location after the repo
11#filter PBSRC = src/%{name}-%{version}.tar.gz
12
13# PBVER is replaced by the version ($pbver in code)
14filter PBVER = $pbver
15
16# PBDATE is replaced by the date ($pbdate in code)
17filter PBDATE = $pbdate
18
19# PBLOG is replaced by the changelog if value is yes
20#filter PBLOG = yes
21
22# PBTAG is replaced by the tag ($pbtag in code)
23filter PBTAG = $pbtag
24
25# PBREV is replaced by the revision ($pbrev in code)
26filter PBREV = $pbrev
27
28# PBPKG is replaced by the package name ($pbpkg in code)
29filter PBPKG = $pbpkg
30
31# PBPACKAGER is replaced by the packager name ($pbpackager in code)
32filter PBPACKAGER = $pbpackager
33
34# PBDESC contains the description of the package
35#filter PBDESC = "Bla-Bla"
36
37# PBURL contains the URL of the Web site of the project
38#filter PBURL = http://www.afio.org
Note: See TracBrowser for help on using the repository browser.