]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - iperf/iperf.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/ipfire-3.x.git] / iperf / iperf.nm
CommitLineData
28c39d19
CS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = iperf
7version = 2.0.5
8release = 1
9
10maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11groups = Applications/Internet
12url = http://www..sourceforge.net/projects/iperf/files/
13license = GPLv3+ and LGPLv3+
14summary = Measurement tool for TCP/UDP bandwidth performance
15
16description
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.
20end
21
22source_dl = http://sourceforge.net/projects/iperf/files
23
24build
25 requires
26 gcc-c++
27 end
28end
29
30packages
31 package %{name}
32 end
1f9bc2f0
MT
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
28c39d19 37end