]> git.ipfire.org Git - ipfire-3.x.git/blame - iperf/iperf.nm
kernel: Update to 5.3.7
[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
1c1050e6 7version = 2.0.13
28c39d19
CS
8release = 1
9
28c39d19 10groups = Applications/Internet
93a6183b 11url = http://www.sourceforge.net/projects/iperf2/
28c39d19
CS
12license = GPLv3+ and LGPLv3+
13summary = Measurement tool for TCP/UDP bandwidth performance
14
15description
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.
19end
20
1c1050e6 21source_dl = https://sourceforge.net/projects/iperf2/files
28c39d19
CS
22
23build
24 requires
25 gcc-c++
26 end
27end
28
29packages
30 package %{name}
1f9bc2f0
MT
31
32 package %{name}-debuginfo
33 template DEBUGINFO
34 end
28c39d19 35end