void-packages/srcpkgs/vnstat/template

26 lines
703 B
Plaintext

# Template build file for "vnstat"
pkgname=vnstat
version=1.13
revision=1
build_style=gnu-makefile
short_desc="A terminal based network traffic monitor"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
homepage="http://humdi.net/vnstat/"
license="GPL-2"
distfiles="http://humdi.net/vnstat/${pkgname}-${version}.tar.gz"
checksum=6f4e2599ebb195b25f499d3e2e865aa14da336dfc9cc03a79181aa71f7ed99cd
conf_files="/etc/vnstat.conf"
make_dirs="/var/lib/vnstat 0755 root root"
build_options="systemd"
pre_install() {
sed -e 's,install -s,install ,g' -i Makefile
}
post_install() {
if [ "$build_option_systemd" ]; then
vinstall ${FILESDIR}/service 644 usr/lib/systemd/system vnstat.service
fi
vsv vnstatd
}