[arch-commits] Commit in iperf3/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Sun Nov 5 23:31:52 UTC 2017


    Date: Sunday, November 5, 2017 @ 23:31:51
  Author: anthraxx
Revision: 265501

archrelease: copy trunk to community-i686, community-x86_64

Added:
  iperf3/repos/community-i686/PKGBUILD
    (from rev 265500, iperf3/trunk/PKGBUILD)
  iperf3/repos/community-x86_64/PKGBUILD
    (from rev 265500, iperf3/trunk/PKGBUILD)
Deleted:
  iperf3/repos/community-i686/PKGBUILD
  iperf3/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------
 community-x86_64/PKGBUILD |   28 ----------------
 3 files changed, 76 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-11-05 23:31:39 UTC (rev 265500)
+++ community-i686/PKGBUILD	2017-11-05 23:31:51 UTC (rev 265501)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Author: Jim Ferguson <ferguson at ncsa.uiuc.edu>
-# Contributor: Xi0N <jonandermonleon at gmail.com>
-# Contributor: goll <adrian.goll+aur[at]gmail>
-
-pkgname=iperf3
-pkgver=3.2
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf" 
-license=('BSD')
-depends=('openssl') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('f207b36f861485845dbdf09f909c62f3d2222a3cf3d2682095aede8213cd9c1d')
-
-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
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 265500, iperf3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-11-05 23:31:51 UTC (rev 265501)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Jim Ferguson <ferguson at ncsa.uiuc.edu>
+# Contributor: Xi0N <jonandermonleon at gmail.com>
+# Contributor: goll <adrian.goll+aur[at]gmail>
+
+pkgname=iperf3
+pkgver=3.3
+pkgrel=1
+pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
+url='https://github.com/esnet/iperf'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
+sha256sums=('6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8')
+sha512sums=('4a80ace4e3f5bb36d9c5b2ead0629ea913d8069be04483a0d0b836183440feeaca952d2870d57e47937c09529fc772a60299c1cf47ee28c69dce169ab3fcc391')
+
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-11-05 23:31:39 UTC (rev 265500)
+++ community-x86_64/PKGBUILD	2017-11-05 23:31:51 UTC (rev 265501)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Author: Jim Ferguson <ferguson at ncsa.uiuc.edu>
-# Contributor: Xi0N <jonandermonleon at gmail.com>
-# Contributor: goll <adrian.goll+aur[at]gmail>
-
-pkgname=iperf3
-pkgver=3.2
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf" 
-license=('BSD')
-depends=('openssl') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('f207b36f861485845dbdf09f909c62f3d2222a3cf3d2682095aede8213cd9c1d')
-
-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
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 265500, iperf3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-11-05 23:31:51 UTC (rev 265501)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Jim Ferguson <ferguson at ncsa.uiuc.edu>
+# Contributor: Xi0N <jonandermonleon at gmail.com>
+# Contributor: goll <adrian.goll+aur[at]gmail>
+
+pkgname=iperf3
+pkgver=3.3
+pkgrel=1
+pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
+url='https://github.com/esnet/iperf'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
+sha256sums=('6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8')
+sha512sums=('4a80ace4e3f5bb36d9c5b2ead0629ea913d8069be04483a0d0b836183440feeaca952d2870d57e47937c09529fc772a60299c1cf47ee28c69dce169ab3fcc391')
+
+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:



More information about the arch-commits mailing list