source: ProjectBuilder/projects/afio/pbconf/2.5/pbfilter/all.yml@ 2627

Last change on this file since 2627 was 2627, checked in by Bruno Cornec, 4 years ago

build afio and buffer with pb 0.15.x and YAMLK conf files

File size: 1.3 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 PBPACKAGER: $pb->{'packager'}
11 PBVER: $pb->{'ver'}
12 PBPATCHSRC: yes
13 PBDATE: $pb->{'date'}
14 PBREV: $pb->{'rev'}
15 PBLOG: no
16 PBURL: http://freshmeat.net/redir/afio/144/url_tgz/afio-2.5.tar.gz
17 PBLIC: LGPL
18 PBPKG: $pb->{'pkg'}
19 PBTAG: $pb->{'tag'}
20 PBDESC: Archiver program which writes cpio-format archives
21 PBSRC: src/%{name}-%{version}.tar.gz
22 PBPATCHCMD: yes
23 PBREPO: $pb->{'repo'}
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# PBTAG is replaced by the tag ($pb->{'tag'} in code)
34#
35# PBREV is replaced by the revision ($pb->{'rev'} in code)
36#
37# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
38#
39# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
40#
41# PBDESC contains the description of the package
42#
43# PBURL contains the URL of the Web site of the project
44# Using tar.gz as needed by pb
45#
46# License
47#
48# Patch management
49# PBPATCHSRC is replaced by the patches names if value is yes
50# PBPATCHCMD is replaced by the patches commands if value is yes
Note: See TracBrowser for help on using the repository browser.