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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:44:18
  Author: anthraxx
Revision: 1180725

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  105 ++---
 1 file changed, 52 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 22:44:13 UTC (rev 1180724)
+++ PKGBUILD2022-04-01 22:44:18 UTC (rev 1180725)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-
-pkgname=tcpreplay
-pkgver=4.3.4
-pkgrel=1
-pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
-url='https://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=('dd119606a8eb7a812d89ee1fc10a5903911dc618cf68c1c550b0336aacba276f49052a28a81b2c6f0d4bc46ad51032b20543d733f024f1eb85bfa879cb391729'
-'SKIP')
-b2sums=('47319312d75ae9a3690bee0c072cc44a4faf87665a4ab3d8e3913bb9fd17536c7577c49db02dc0dbebfa47cd381fb1bfb44c7e171b28f2b2f4da888c219eb9ea'
-'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./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 1180724, 
tcpreplay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 22:44:18 UTC (rev 1180725)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Sébastien Duquette 
+# Contributor: Dawid Wrobel 
+
+pkgname=tcpreplay
+pkgver=4.4.1
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
+url='https://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=('e73bf9e7f72b72c91d22a26558b2eab3cb0d5afb8f89bb91cc8165fa5dcb536987ca8bce20cba601dbfd545ad236d47febb5b372aa2dd6b289069cb12afad393'
+'SKIP')
+b2sums=('e2421d3187cd65b585586a7f229d412f430b63a2418b4ede8790d6144462aa13eb41e299eef1ccdf8d08d462ff4c4854fed82ddc8302cb713067a5a59fe54369'
+'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

+
+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:



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

2021-05-28 Thread Felix Yan via arch-commits
Date: Friday, May 28, 2021 @ 14:23:21
  Author: felixonmars
Revision: 949813

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-28 14:23:02 UTC (rev 949812)
+++ PKGBUILD2021-05-28 14:23:21 UTC (rev 949813)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-
-pkgname=tcpreplay
-pkgver=4.3.3
-pkgrel=1
-pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
-url='https://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=('ac31a767bc3c2033391f37c8d99bc9446e8284c661e4fbbd0fffa1b20b98bff70c0628d573581d260b1ed1a0a1a348177a691ae37ce4c9c48d9dbaabd7d3ff11'
-'SKIP')
-b2sums=('3968fe96c8e8477cd5dc9fb8ee606264c0212dea139e54ccde2e42d184340ba1fa80c7c175340cb9f84f6c05a7a4ea745a7211286e2df44c6dabe24344f0c5f0'
-'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./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 949812, 
tcpreplay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-28 14:23:21 UTC (rev 949813)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Sébastien Duquette 
+# Contributor: Dawid Wrobel 
+
+pkgname=tcpreplay
+pkgver=4.3.4
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
+url='https://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=('dd119606a8eb7a812d89ee1fc10a5903911dc618cf68c1c550b0336aacba276f49052a28a81b2c6f0d4bc46ad51032b20543d733f024f1eb85bfa879cb391729'
+'SKIP')
+b2sums=('47319312d75ae9a3690bee0c072cc44a4faf87665a4ab3d8e3913bb9fd17536c7577c49db02dc0dbebfa47cd381fb1bfb44c7e171b28f2b2f4da888c219eb9ea'
+'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./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: