[arch-commits] Commit in iperf3/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Aug 14 14:17:36 UTC 2018


    Date: Tuesday, August 14, 2018 @ 14:17:36
  Author: anthraxx
Revision: 371518

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-14 14:17:29 UTC (rev 371517)
+++ PKGBUILD	2018-08-14 14:17:36 UTC (rev 371518)
@@ -1,38 +0,0 @@
-# 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.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:

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 371517, iperf3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-14 14:17:36 UTC (rev 371518)
@@ -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.6
+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=('de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e')
+sha512sums=('322a6893ad28c6ce9c9849e8a0326408ed76f09bbb13591c01c3d051bd4777a2acdb8f5032b9d1bb37d47ad3818d8b18ab6c0be4d40559040eb7e57bbfc06f39')
+
+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