iperf: switched to a compatible fork
This commit is contained in:
parent
7ab19d34f9
commit
0a27baed9a
@ -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
|
||||
|
@ -1 +1 @@
|
||||
44b5536b67719f4250faed632a3cd016 iperf-2.0.5.tar.gz
|
||||
351b018b71176b8cb25f20eef6a9e37c iperf-2.0.9.tar.gz
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user