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

Levente Polyak anthraxx at archlinux.org
Fri May 15 21:47:45 UTC 2020


    Date: Friday, May 15, 2020 @ 21:47:45
  Author: anthraxx
Revision: 628123

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 21:47:41 UTC (rev 628122)
+++ PKGBUILD	2020-05-15 21:47:45 UTC (rev 628123)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Can Celasun <can[at]dcc[dot]im>
-
-pkgname=netsniff-ng
-pkgver=0.6.6
-pkgrel=3
-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=('627b9a20e36d91b6cad58a793d370a39bfc14fcfa58aa634e79f0bd5bf7bf5b55d13d891c52a133c4ebb6b77b1a80207d61b037902f3103eb1bd5534a1dc7822'
-            '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 DISTRO=1 all
-}
-
-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 628122, netsniff-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-15 21:47:45 UTC (rev 628123)
@@ -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.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:



More information about the arch-commits mailing list