Date: Friday, August 13, 2021 @ 13:13:28 Author: spupykin Revision: 997991
archrelease: copy trunk to community-x86_64 Added: netsniff-ng/repos/community-x86_64/PKGBUILD (from rev 997990, 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-08-13 13:13:19 UTC (rev 997990) +++ PKGBUILD 2021-08-13 13:13:28 UTC (rev 997991) @@ -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.8 -pkgrel=2 -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 <tklau...@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: Copied: netsniff-ng/repos/community-x86_64/PKGBUILD (from rev 997990, netsniff-ng/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-08-13 13:13:28 UTC (rev 997991) @@ -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=3 +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 <tklau...@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: