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

Levente Polyak anthraxx at archlinux.org
Tue Jan 12 21:53:32 UTC 2021


    Date: Tuesday, January 12, 2021 @ 21:53:32
  Author: anthraxx
Revision: 820272

archrelease: copy trunk to community-x86_64

Added:
  netsniff-ng/repos/community-x86_64/PKGBUILD
    (from rev 820271, netsniff-ng/trunk/PKGBUILD)
Deleted:
  netsniff-ng/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 21:53:28 UTC (rev 820271)
+++ PKGBUILD	2021-01-12 21:53:32 UTC (rev 820272)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Can Celasun <can[at]dcc[dot]im>
-
-pkgname=netsniff-ng
-pkgver=0.6.7
-pkgrel=1
-pkgdesc='High performance Linux network sniffer for packet inspection'
-arch=('x86_64')
-url='http://netsniff-ng.org/'
-license=('GPL2')
-depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 'libnl'
-         'libcli' 'libcli.so' 'libnet' 'libsodium')
-makedepends=('cmake' 'flex' 'bison')
-source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
-sha512sums=('1b9a655c4a09f176132cc0276d564d3e9287e113e7d7bf88852b37465a869c27a1be9f21798f36ef3da31fa0a926e34b64571f913d1372f7a9775004271ca2fc'
-            'SKIP')
-validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser <tklauser at distanz.ch>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  NACL_INC_DIR=/usr/include/sodium
-  NACL_LIB=sodium
-  ./configure \
-    --prefix=/usr
-  make all Q= CFLAGS="${CFLAGS} ${CPPFLAGS} -fcommon"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
-}
-
-# vim: ts=2 sw=2 et:

Copied: netsniff-ng/repos/community-x86_64/PKGBUILD (from rev 820271, netsniff-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-12 21:53:32 UTC (rev 820272)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Can Celasun <can[at]dcc[dot]im>
+
+pkgname=netsniff-ng
+pkgver=0.6.8
+pkgrel=1
+pkgdesc='High performance Linux network sniffer for packet inspection'
+arch=('x86_64')
+url='http://netsniff-ng.org/'
+license=('GPL2')
+depends=('glibc' 'ncurses' 'libncursesw.so' 'geoip' 'zlib' 'libnetfilter_conntrack'
+         'libpcap' 'libpcap.so' 'liburcu' 'libnl' 'libcli' 'libcli.so' 'libnet' 'libsodium')
+makedepends=('cmake' 'flex' 'bison')
+source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
+sha512sums=('0168684ee912d784af6659bb6c9459ef69a0d3af9fc754c3c57e3533790a912cf556aab6752cda5e0cbf6ee57987d8dbc0fc800dfd9e269c922e8ae43f61491f'
+            'SKIP')
+validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser <tklauser at distanz.ch>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  NACL_INC_DIR=/usr/include/sodium
+  NACL_LIB=sodium
+  ./configure \
+    --prefix=/usr
+  make all Q= CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list