From f202f90845407801faeb6cdef43c031f080a7ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Predrag=20Ivanovi=C4=87?= Date: Mon, 26 Feb 2018 13:45:41 +0100 Subject: [PATCH] iperf3: new port --- iperf3/.footprint | 16 ++++++++++++++++ iperf3/.md5sum | 1 + iperf3/.signature | 5 +++++ iperf3/Pkgfile | 19 +++++++++++++++++++ 4 files changed, 41 insertions(+) create mode 100644 iperf3/.footprint create mode 100644 iperf3/.md5sum create mode 100644 iperf3/.signature create mode 100644 iperf3/Pkgfile diff --git a/iperf3/.footprint b/iperf3/.footprint new file mode 100644 index 000000000..5ade17b84 --- /dev/null +++ b/iperf3/.footprint @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/iperf3 +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/iperf_api.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libiperf.la +lrwxrwxrwx root/root usr/lib/libiperf.so -> libiperf.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libiperf.so.0 -> libiperf.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libiperf.so.0.0.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/iperf3.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libiperf.3.gz diff --git a/iperf3/.md5sum b/iperf3/.md5sum new file mode 100644 index 000000000..7fe35ed07 --- /dev/null +++ b/iperf3/.md5sum @@ -0,0 +1 @@ +8971d7ee117e548e35d5394aeff1a1e3 iperf-3.4.tar.gz diff --git a/iperf3/.signature b/iperf3/.signature new file mode 100644 index 000000000..fded2adcd --- /dev/null +++ b/iperf3/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF38Glgcv7VTWGgWSo44cENT/Upmj2AzSJ81A+1epnI9dnxuRsbv/oBSFWFCveP3O1bRFKwoeqr9xcaT7CCvwe/QY= +SHA256 (Pkgfile) = 6e3310139eda65bc448dc66890a81c5bf59278901504f52bbf8923867368b49f +SHA256 (.footprint) = f970dd7ae3da1aadac32f58f6b93337d4ece5d75c764976a9fa7b66f0969d29b +SHA256 (iperf-3.4.tar.gz) = 71528332d751df85e046d1944d9a0269773cadd6e51840aecdeed30925f79111 diff --git a/iperf3/Pkgfile b/iperf3/Pkgfile new file mode 100644 index 000000000..80430edd5 --- /dev/null +++ b/iperf3/Pkgfile @@ -0,0 +1,19 @@ +# Description: iperf3, rewrite of the original iperf +# URL: http://software.es.net/iperf/ +# Maintainer: Pedja, predivan at mts do rs +# Depends on: openssl + +name=iperf3 +version=3.4 +release=1 +source=(http://downloads.es.net/pub/iperf/iperf-$version.tar.gz) + +build() { + cd iperf-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-static + make + make DESTDIR=$PKG install +} +