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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Mar 8 22:08:37 UTC 2022


    Date: Tuesday, March 8, 2022 @ 22:08:36
  Author: anthraxx
Revision: 1145620

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 22:08:31 UTC (rev 1145619)
+++ PKGBUILD	2022-03-08 22:08:36 UTC (rev 1145620)
@@ -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.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:

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 1145619, iperf3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-08 22:08:36 UTC (rev 1145620)
@@ -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.11
+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=('99dc0473a6b00f30190c7e82a259836db666c2ba95dad17af4450c49b0d09b005f3dcd9bd7b6703b62f92f67cb602f206da9d3e815eeba06b3a4751164d91c8f')
+b2sums=('82a7edf0a40a7addd10ae847a685a5d9d39c75bd428ddeb35a1e36d6b270954f2250638a854fa1f7c470884ebc843c20e833c804e9bd20e0f909421301dd97fc')
+
+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