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

Jelle van der Waa jelle at archlinux.org
Tue Apr 30 11:52:06 UTC 2019


    Date: Tuesday, April 30, 2019 @ 11:52:04
  Author: jelle
Revision: 456815

archrelease: copy trunk to community-x86_64

Added:
  tcpreplay/repos/community-x86_64/PKGBUILD
    (from rev 456814, tcpreplay/trunk/PKGBUILD)
Deleted:
  tcpreplay/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-30 11:51:53 UTC (rev 456814)
+++ PKGBUILD	2019-04-30 11:52:04 UTC (rev 456815)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Sébastien Duquette <ekse.0x at gmail.com>
-# Contributor: Dawid Wrobel <cromo at klej.net>
-
-pkgname=tcpreplay
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='Gives the ability to replay previously captured traffic in a libpcap format'
-url='http://tcpreplay.appneta.com'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet' 'autogen')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('e174026f5720154db375be58d10d07650b849b44a8587fee9709d9a12bc67d671325167e675bb58e2b3bf8c4b91ed65cc32cc422b661ba53fcb0f71438cfdcd3'
-            'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen <tcpreplay at appneta.com>
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --disable-local-libopts \
-    --enable-dynamic-link \
-    --enable-shared \
-    --with-libdnet \
-    --with-tcpdump=/usr/bin/tcpdump \
-    ac_cv_header_net_bpf_h=n
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -j1 -C test tcpprep
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 456814, tcpreplay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-30 11:52:04 UTC (rev 456815)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sébastien Duquette <ekse.0x at gmail.com>
+# Contributor: Dawid Wrobel <cromo at klej.net>
+
+pkgname=tcpreplay
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap format'
+url='http://tcpreplay.appneta.com'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet' 'autogen')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('211158d39ec48cefe11f0681f38eb1ab6a8302c5ef0e97dbff7d3230defe63e34d8d5755c21f1fe3fc061c4a0caf48ea0b86ae7d444ca68529a96386ea97b8fe'
+            'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen <tcpreplay at appneta.com>
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --disable-local-libopts \
+    --enable-dynamic-link \
+    --enable-shared \
+    --with-libdnet \
+    --with-tcpdump=/usr/bin/tcpdump \
+    ac_cv_header_net_bpf_h=n
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 -C test tcpprep
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list