source: ProjectBuilder/projects/buffer/pbconf/1.19/pbfilter/all.pbf@ 458

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

Integration of the buffer project to pb

File size: 1.2 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 = $pbrepo
9
10# PBSRC is replaced by the source package location after the repo
11filter 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
20filter 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
35filter PBDESC = This is a program designed to speed up writing tapes on remote tape drives. When this program is put "in the pipe", two processes are started. One process reads from standard-in and the other writes to standard-out. Both processes communicate via shared memory.
36
37# PBURL contains the URL of the Web site of the project
38filter PBURL = http://hello-penguin.com/software/buffer
Note: See TracBrowser for help on using the repository browser.