]> git.ipfire.org Git - ipfire-3.x.git/blame - iperf3/iperf3.nm
json-c: Update to version 0.17-20230812
[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
4ccd8ed8 7version = 3.12
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++
4ccd8ed8 30 openssl-devel
6a396aea
MT
31 end
32end
33
34packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40end