1
0
forked from ports/opt

iperf: switched to a compatible fork

This commit is contained in:
Alan Mizrahi 2016-11-21 17:47:55 +09:00
parent 7ab19d34f9
commit 0a27baed9a
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,7 @@
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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/iperf.1.gz
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 +1 @@
44b5536b67719f4250faed632a3cd016 iperf-2.0.5.tar.gz
351b018b71176b8cb25f20eef6a9e37c iperf-2.0.9.tar.gz

View File

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