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

Last change on this file since 787 was 787, checked in by Bruno Cornec, 15 years ago
  • Improve setup for fossology 1.1.0rc2
  • Deliver fedora packages for afio and buffer
File size: 1.3 KB
RevLine 
[451]1#
2# $Id$
3#
4# Filter for all files
5#
6#
7# PBREPO is replaced by the root URL to access the repository
[536]8filter PBREPO = $pb->{'repo'}
[451]9
10# PBSRC is replaced by the source package location after the repo
[454]11filter PBSRC = src/%{name}-%{version}.tar.gz
[451]12
[536]13# PBVER is replaced by the version ($pb->{'ver'} in code)
14filter PBVER = $pb->{'ver'}
[451]15
[536]16# PBDATE is replaced by the date ($pb->{'date'} in code)
17filter PBDATE = $pb->{'date'}
[451]18
19# PBLOG is replaced by the changelog if value is yes
[454]20filter PBLOG = no
[451]21
[536]22# PBTAG is replaced by the tag ($pb->{'tag'} in code)
23filter PBTAG = $pb->{'tag'}
[451]24
[536]25# PBREV is replaced by the revision ($pb->{'rev'} in code)
26filter PBREV = $pb->{'rev'}
[451]27
[536]28# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
29filter PBPKG = $pb->{'pkg'}
[451]30
[536]31# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
32filter PBPACKAGER = $pb->{'packager'}
[451]33
34# PBDESC contains the description of the package
[454]35filter PBDESC = Archiver program which writes cpio-format archives
[451]36
37# PBURL contains the URL of the Web site of the project
[787]38# Using tar.gz as needed by pb
39filter PBURL = http://freshmeat.net/redir/afio/144/url_tgz/afio-2.5.tar.gz
[454]40
[550]41# License
[485]42filter PBLIC = LGPL
[550]43
44# Patch management
45# PBPATCHSRC is replaced by the patches names if value is yes
46filter PBPATCHSRC = yes
47# PBPATCHCMD is replaced by the patches commands if value is yes
48filter PBPATCHCMD = yes
Note: See TracBrowser for help on using the repository browser.