]> git.ipfire.org Git - ipfire-3.x.git/blame - iperf3/iperf3.nm
iperf3: update to 3.7
[ipfire-3.x.git] / iperf3 / iperf3.nm
CommitLineData
6a396aea
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = iperf3
28ff2caf 7version = 3.7
6a396aea
MT
8release = 1
9thisapp = iperf-%{version}
10
11groups = Applications/Internet
28ff2caf 12url = https://software.es.net/iperf/
6a396aea
MT
13license = BSD
14summary = The ultimate speed test tool for TCP, UDP and SCTP
15
16description
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.
22end
23
28ff2caf
AF
24source_dl = https://downloads.es.net/pub/iperf/
25sources = %{thisapp}.tar.gz
6a396aea
MT
26
27build
28 requires
29 gcc-c++
30 end
31end
32
33packages
34 package %{name}
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39end