]> git.ipfire.org Git - ipfire-3.x.git/blob - iperf/iperf.nm
kernel: Update to 5.3.7
[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.13
8 release = 1
9
10 groups = Applications/Internet
11 url = http://www.sourceforge.net/projects/iperf2/
12 license = GPLv3+ and LGPLv3+
13 summary = Measurement tool for TCP/UDP bandwidth performance
14
15 description
16 Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
17 various parameters and UDP characteristics. Iperf reports bandwidth, delay
18 jitter, datagram loss.
19 end
20
21 source_dl = https://sourceforge.net/projects/iperf2/files
22
23 build
24 requires
25 gcc-c++
26 end
27 end
28
29 packages
30 package %{name}
31
32 package %{name}-debuginfo
33 template DEBUGINFO
34 end
35 end