source: ProjectBuilder/projects/netperf/pbconf/2.4.5/pbfilter/all.pbf@ 826

Last change on this file since 826 was 826, checked in by Bruno Cornec, 15 years ago

r3249@localhost: bruno | 2009-07-12 14:57:42 +0200
Adapt netperf build files to 0.9.7.1

File size: 1.0 KB
Line 
1#
2# $Id$
3#
4# Filter for all files
5#
6# PBSRC is replaced by the source package format
7filter PBSRC = ftp://ftp.netperf.org/netperf/%{name}-%{version}.tar.gz
8
9# PBVER is replaced by the version ($pb->{'ver'} in code)
10filter PBVER = $pb->{'ver'}
11
12# PBDATE is replaced by the date ($pb->{'date'} in code)
13filter PBDATE = $pb->{'date'}
14
15# PBLOG is replaced by the changelog if value is yes
16filter PBLOG = yes
17
18# PBTAG is replaced by the tag ($pb->{'tag'} in code)
19filter PBTAG = $pb->{'tag'}
20
21# PBREV is replaced by the revision ($pb->{'rev'} in code)
22filter PBREV = $pb->{'rev'}
23
24# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
25filter PBPKG = $pb->{'pkg'}
26
27# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
28filter PBPACKAGER = $pb->{'packager'}
29
30# PBDESC contains the description of the package
31filter PBDESC = "netperf is a network benchmarking tool"
32
33# PBURL contains the URL of the Web site of the project
34filter PBURL = http://www.netperf.org
35
36# Support patches
37filter PBPATCHSRC = yes
38filter PBPATCHCMD = yes
Note: See TracBrowser for help on using the repository browser.