vp-build/srcpkgs/nfdump/template

23 lines
649 B
Bash

# Template file for 'nfdump'
pkgname=nfdump
version=1.7.0.1
revision=1
build_style=gnu-configure
hostmakedepends="automake flex libtool pkg-config"
makedepends="bzip2-devel libpcap-devel"
short_desc="Collect and process netflow and sflow data"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/phaag/nfdump"
distfiles="https://github.com/phaag/nfdump/archive/v${version}.tar.gz"
checksum=d7c4b400f506bee1b0f0baecb9285bb7230588f0afa050bb898d5d48454b1632
configure_args+="--enable-sflow --enable-readpcap --enable-nfcapd"
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE
}