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

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

Hopefully a working fedora package for buffer is on its way.

File size: 1.5 KB
RevLine 
[457]1#
2# $Id$
3#
4# Filter for all files
5#
6#
7# PBREPO is replaced by the root URL to access the repository
[501]8filter PBREPO = $pb->{'repo'}
[457]9
10# PBSRC is replaced by the source package location after the repo
[553]11filter PBSRC = %{name}-%{version}.tar.gz
[457]12
[501]13# PBVER is replaced by the version ($pb->{'ver'} in code)
14filter PBVER = $pb->{'ver'}
[457]15
[501]16# PBDATE is replaced by the date ($pb->{'date'} in code)
17filter PBDATE = $pb->{'date'}
[457]18
19# PBLOG is replaced by the changelog if value is yes
[551]20filter PBLOG = no
[457]21
[501]22# License
23filter PBLIC = GPL
[457]24
[501]25# PBPATCHSRC is replaced by the patches names if value is yes
26filter PBPATCHSRC = yes
[457]27
[501]28# PBPATCHCMD is replaced by the patches commands if value is yes
29filter PBPATCHCMD = yes
[457]30
[501]31# PBTAG is replaced by the tag ($pb->{'tag'} in code)
32filter PBTAG = $pb->{'tag'}
[457]33
[501]34# PBREV is replaced by the revision ($pb->{'rev'} in code)
35filter PBREV = $pb->{'rev'}
36
37# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
38filter PBPKG = $pb->{'pkg'}
39
40# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
41filter PBPACKAGER = $pb->{'packager'}
42
[457]43# PBDESC contains the description of the package
[551]44filter 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.
[457]45
46# PBURL contains the URL of the Web site of the project
[458]47filter PBURL = http://hello-penguin.com/software/buffer
Note: See TracBrowser for help on using the repository browser.