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

Levente Polyak anthraxx at archlinux.org
Sat Jun 19 18:55:48 UTC 2021


    Date: Saturday, June 19, 2021 @ 18:55:47
  Author: anthraxx
Revision: 965629

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-19 18:55:44 UTC (rev 965628)
+++ PKGBUILD	2021-06-19 18:55:47 UTC (rev 965629)
@@ -1,39 +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.9
-pkgrel=1
-pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
-url='https://github.com/esnet/iperf'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'openssl')
-provides=('libiperf.so')
-source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha512sums=('4a2af8a6028b0f6bded9b3ac51c5463bc7595c9a2d2ac13f28b0e2e8dee0ac0a299e7817125e23e409f12e8e80862ed28d5541eef3cda7cd9f7104bb720165ce')
-b2sums=('b9b07590e0220b965f25ede95e71b2b8ae1ccea7a75dabc917356eb70405feab858c1e034af72cd87013f89eb098599938e7ee79e6dc58d356bcc68e03551be0')
-
-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 965628, iperf3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-19 18:55:47 UTC (rev 965629)
@@ -0,0 +1,39 @@
+# 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.10.1
+pkgrel=1
+pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
+url='https://github.com/esnet/iperf'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'openssl')
+provides=('libiperf.so')
+source=(https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
+sha512sums=('127a5276bad07401cafb43093f8677c5b4672aae9b4ab4fab5e2987b9f2e664b7370a39d260a4da572aeb318f02df9c491f1214602e5e3bde617127d1f049243')
+b2sums=('f87962e821c099e2d59424abb78b86edb13602f0eee004acb541485cef6830877b5dc1aba68ee39bc97fceaf07d4efb0b32ec4373882323332bfde0ce7eeb4b6')
+
+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