iperf3: new port

This commit is contained in:
Predrag Ivanović 2018-02-26 13:45:41 +01:00
parent 58c3d556be
commit f202f90845
4 changed files with 41 additions and 0 deletions

16
iperf3/.footprint Normal file

@ -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

1
iperf3/.md5sum Normal file

@ -0,0 +1 @@
8971d7ee117e548e35d5394aeff1a1e3 iperf-3.4.tar.gz

5
iperf3/.signature Normal file

@ -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

19
iperf3/Pkgfile Normal file

@ -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
}