source: ProjectBuilder/projects/buffer/pbconf/1.19/pbfilter/all.yml@ 2321

Last change on this file since 2321 was 2321, checked in by Bruno Cornec, 7 years ago

Test buffer with patches and convert to 0.15 format

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