summaryrefslogtreecommitdiff
path: root/iperf
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2016-11-21 17:47:55 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2016-11-21 17:47:55 +0900
commit0a27baed9aea001267ded938a027ebf46a74a08c (patch)
treea011c543ddda7afdb332917725e8f8934c86327d /iperf
parent7ab19d34f90cb80cc79adc5fd63fbd584203552a (diff)
downloadopt-0a27baed9aea001267ded938a027ebf46a74a08c.tar.gz
opt-0a27baed9aea001267ded938a027ebf46a74a08c.tar.xz
iperf: switched to a compatible fork
Diffstat (limited to 'iperf')
-rw-r--r--iperf/.footprint7
-rw-r--r--iperf/.md5sum2
-rw-r--r--iperf/Pkgfile9
3 files changed, 9 insertions, 9 deletions
diff --git a/iperf/.footprint b/iperf/.footprint
index d206565c4..5d5ad102a 100644
--- a/iperf/.footprint
+++ b/iperf/.footprint
@@ -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
diff --git a/iperf/.md5sum b/iperf/.md5sum
index d4bb8b236..e224c911d 100644
--- a/iperf/.md5sum
+++ b/iperf/.md5sum
@@ -1 +1 @@
-44b5536b67719f4250faed632a3cd016 iperf-2.0.5.tar.gz
+351b018b71176b8cb25f20eef6a9e37c iperf-2.0.9.tar.gz
diff --git a/iperf/Pkgfile b/iperf/Pkgfile
index 38d2e9476..ea067316c 100644
--- a/iperf/Pkgfile
+++ b/iperf/Pkgfile
@@ -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
}

Generated by cgit