source: ProjectBuilder/projects/netperf/pbconf/2.4.4/pbfilter/all.pbf@ 384

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

Adds all pb projects under the projects dir (from svn+ssh://svn.project-builder.org/mondo/svn/project-builder)

File size: 910 bytes
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 ($pbver in code)
10filter PBVER = $pbver
11
12# PBDATE is replaced by the date ($pbdate in code)
13filter PBDATE = $pbdate
14
15# PBLOG is replaced by the changelog if value is yes
16filter PBLOG = yes
17
18# PBTAG is replaced by the tag ($pbtag in code)
19filter PBTAG = $pbtag
20
21# PBREV is replaced by the revision ($pbrev in code)
22filter PBREV = $pbrev
23
24# PBPKG is replaced by the package name ($pbpkg in code)
25filter PBPKG = $pbpkg
26
27# PBPACKAGER is replaced by the packager name ($pbpackager in code)
28filter PBPACKAGER = $pbpackager
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
Note: See TracBrowser for help on using the repository browser.