Date: Wednesday, January 28, 2015 @ 12:15:41 Author: tredaelli Revision: 126694
New package: iperf3 Added: iperf3/ iperf3/repos/ iperf3/trunk/ iperf3/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: iperf3/trunk/PKGBUILD =================================================================== --- iperf3/trunk/PKGBUILD (rev 0) +++ iperf3/trunk/PKGBUILD 2015-01-28 11:15:41 UTC (rev 126694) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Timothy Redaelli <[email protected]> +# Author: Jim Ferguson <[email protected]> +# Contributor: Xi0N <[email protected]> +# Contributor: goll <adrian.goll+aur[at]gmail> + +pkgname=iperf3 +pkgver=3.0.11 +pkgrel=1 +pkgdesc="Internet Protocol bandwidth measuring tool" +arch=('i686' 'x86_64') +url="https://github.com/esnet/iperf" +license=('BSD') +depends=('glibc') +source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz) +sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e') + +build() { + cd "iperf-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "iperf-$pkgver" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE" + make DESTDIR="$pkgdir/" install +} Property changes on: iperf3/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
