iperf: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:47:40 +00:00
parent 32fafc9dbf
commit 1a02ebd2c3
3 changed files with 0 additions and 29 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/iperf
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/iperf.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UKIjw47FgFkl9KFUrE1bY3fh7Qgtw4m1PvmvOOTb2ahBSXKmjKvifyu+79BeY02SsJKcnfbbEf8X6B6AnwsUQw=
SHA256 (Pkgfile) = 91e4cc4210c1b1f507c35fc79702264dd0fa49969d9dc365012988bb7e6596ed
SHA256 (.footprint) = 81231b029011101874440f7e4115ef5d60f91f5803fd943438ccebce9d7a6a28
SHA256 (iperf-2.0.13.tar.gz) = c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad

View File

@ -1,17 +0,0 @@
# Description: Network bandwidth measurement tool
# URL: https://sourceforge.net/projects/iperf2/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=iperf
version=2.0.13
release=1
source=(https://downloads.sourceforge.net/sourceforge/iperf2/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}