]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
iperf3: New package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Apr 2019 21:29:52 +0000 (22:29 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Apr 2019 21:29:52 +0000 (22:29 +0100)
iPerf3 is a tool for active measurements of the maximum achievable
bandwidth on IP networks. It supports tuning of various parameters
related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4
and IPv6). For each test it reports the bandwidth, loss, and other
parameters.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
iperf3/iperf3.nm [new file with mode: 0644]

diff --git a/iperf3/iperf3.nm b/iperf3/iperf3.nm
new file mode 100644 (file)
index 0000000..2437ed9
--- /dev/null
@@ -0,0 +1,39 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = iperf3
+version    = 3.1.3
+release    = 1
+thisapp    = iperf-%{version}
+
+groups     = Applications/Internet
+url        = https://iperf.fr
+license    = BSD
+summary    = The ultimate speed test tool for TCP, UDP and SCTP
+
+description
+       iPerf3 is a tool for active measurements of the maximum achievable
+       bandwidth on IP networks. It supports tuning of various parameters
+       related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4
+       and IPv6). For each test it reports the bandwidth, loss, and other
+       parameters. 
+end
+
+source_dl = https://iperf.fr/download/source/
+sources   = %{thisapp}-source.tar.gz
+
+build
+       requires
+               gcc-c++
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end