opt/iperf/Pkgfile
2013-03-11 16:03:28 +09:00

20 lines
388 B
Plaintext

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