]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - iperf/iperf.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / iperf / iperf.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = iperf
7 version = 2.0.5
8 release = 1
9
10 maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11 groups = Applications/Internet
12 url = http://www..sourceforge.net/projects/iperf/files/
13 license = GPLv3+ and LGPLv3+
14 summary = Measurement tool for TCP/UDP bandwidth performance
15
16 description
17 Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
18 various parameters and UDP characteristics. Iperf reports bandwidth, delay
19 jitter, datagram loss.
20 end
21
22 source_dl = http://sourceforge.net/projects/iperf/files
23
24 build
25 requires
26 gcc-c++
27 end
28 end
29
30 packages
31 package %{name}
32 end
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
37 end