diff --git a/common/shlibs b/common/shlibs index 6012ef27cf6..4f5f30ce3af 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/nfdump/template b/srcpkgs/nfdump/template new file mode 100644 index 00000000000..0e0635043ba --- /dev/null +++ b/srcpkgs/nfdump/template @@ -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 " +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 +}