]> git.ipfire.org Git - ipfire-3.x.git/blob - iperf3/iperf3.nm
systemd: Build manpages again
[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.12
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 openssl-devel
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end