]> git.ipfire.org Git - ipfire-3.x.git/blame - iperf3/iperf3.nm
kernel: Fix configuration diff generation
[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
7version = 3.1.3
8release = 1
9thisapp = iperf-%{version}
10
11groups = Applications/Internet
12url = https://iperf.fr
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
24source_dl = https://iperf.fr/download/source/
25sources = %{thisapp}-source.tar.gz
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