New package: nfdump-1.6.16

Closes: #11076 [via git-merge-pr]
This commit is contained in:
Andrew Benson 2018-01-25 16:52:51 -06:00 committed by Toyam Cox
parent 0d406c93dd
commit 92e3228368
2 changed files with 19 additions and 0 deletions

View File

@ -3075,3 +3075,4 @@ libzuluplay.so.1.1 zuluplay-1.1_1
libzuluCryptPluginManager.so.1.0.0 zulucrypt-5.2.0_1
libzuluCrypt-exe.so.1.2.0 zulucrypt-5.2.0_1
libzuluCrypt.so.1.2.0 zulucrypt-5.2.0_1
libnfdump-1.6.15.so nfdump-1.6.15_1

18
srcpkgs/nfdump/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'nfdump'
pkgname=nfdump
version=1.6.16
revision=1
build_style=gnu-configure
configure_args+="--enable-sflow --enable-readpcap --enable-nfcapd"
hostmakedepends="flex"
makedepends="libpcap-devel bzip2-devel"
short_desc="A toolset in oder to collect and process netflow and sflow data"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD"
homepage="https://github.com/phaag/nfdump"
distfiles="https://github.com/phaag/nfdump/archive/v${version}.tar.gz"
checksum=b18479215c51a98fbdf973ef548464780e7a9d9f7fe73e4fab9ab7ec8a3bdc8f
post_install() {
vlicense LICENSE
}