]> git.ipfire.org Git - ipfire-3.x.git/blob - iperf3/iperf3.nm
iperf3: update to 3.7
[ipfire-3.x.git] / iperf3 / iperf3.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = iperf3
7 version = 3.7
8 release = 1
9 thisapp = iperf-%{version}
10
11 groups = Applications/Internet
12 url = https://software.es.net/iperf/
13 license = BSD
14 summary = The ultimate speed test tool for TCP, UDP and SCTP
15
16 description
17 iPerf3 is a tool for active measurements of the maximum achievable
18 bandwidth on IP networks. It supports tuning of various parameters
19 related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4
20 and IPv6). For each test it reports the bandwidth, loss, and other
21 parameters.
22 end
23
24 source_dl = https://downloads.es.net/pub/iperf/
25 sources = %{thisapp}.tar.gz
26
27 build
28 requires
29 gcc-c++
30 end
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end