Date: Wednesday, March 7, 2018 @ 20:39:24 Author: anthraxx Revision: 304143
archrelease: copy trunk to community-x86_64 Added: iperf3/repos/community-x86_64/PKGBUILD (from rev 304142, iperf3/trunk/PKGBUILD) Deleted: iperf3/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 76 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-03-07 20:39:17 UTC (rev 304142) +++ PKGBUILD 2018-03-07 20:39:24 UTC (rev 304143) @@ -1,38 +0,0 @@ -# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> -# Contributor: Timothy Redaelli <timothy.redae...@gmail.com> -# Contributor: Jim Ferguson <fergu...@ncsa.uiuc.edu> -# Contributor: Xi0N <jonandermonl...@gmail.com> -# Contributor: goll <adrian.goll+aur[at]gmail> - -pkgname=iperf3 -pkgver=3.4 -pkgrel=1 -pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool' -url='https://github.com/esnet/iperf' -arch=('x86_64') -license=('BSD') -depends=('openssl') -source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz) -sha256sums=('71528332d751df85e046d1944d9a0269773cadd6e51840aecdeed30925f79111') -sha512sums=('8a320b047f71d08d1ae3fcf408a3e906517369bdb2f312644c619ca9c5d6a3d0f937b532c1cd3190c595ce9f767ff5c9946645d2ecc6fc07348eb6c0403bcc0c') - -build() { - cd iperf-${pkgver} - ./configure --prefix=/usr - make -} - -check() { - cd iperf-${pkgver} - make check -} - -package() { - cd iperf-${pkgver} - make DESTDIR="${pkgdir}" install - install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" - install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" - install -Dm 644 examples/*{.am,.in,.c} -t "${pkgdir}/usr/share/doc/${pkgname}/examples" -} - -# vim: ts=2 sw=2 et: Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 304142, iperf3/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-03-07 20:39:24 UTC (rev 304143) @@ -0,0 +1,38 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: Timothy Redaelli <timothy.redae...@gmail.com> +# Contributor: Jim Ferguson <fergu...@ncsa.uiuc.edu> +# Contributor: Xi0N <jonandermonl...@gmail.com> +# Contributor: goll <adrian.goll+aur[at]gmail> + +pkgname=iperf3 +pkgver=3.5 +pkgrel=1 +pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool' +url='https://github.com/esnet/iperf' +arch=('x86_64') +license=('BSD') +depends=('openssl') +source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz) +sha256sums=('539bd9ecdca1b8c1157ff85b70ed09b3c75242e69886fc16b54883b399f72cd5') +sha512sums=('88bb7d8813e727d8ef29f14895d33252baf8a4627ad06728703507c67ca956b1fbdc857855c6b074ccbfcc46bf67cd3db2d59416abf06604dd183b25d7160999') + +build() { + cd iperf-${pkgver} + ./configure --prefix=/usr + make +} + +check() { + cd iperf-${pkgver} + make check +} + +package() { + cd iperf-${pkgver} + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" + install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" + install -Dm 644 examples/*{.am,.in,.c} -t "${pkgdir}/usr/share/doc/${pkgname}/examples" +} + +# vim: ts=2 sw=2 et: