27 lines
707 B
Bash
27 lines
707 B
Bash
# Template file for 'vnstat'
|
|
pkgname=vnstat
|
|
version=2.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="gd-devel sqlite-devel"
|
|
checkdepends="check-devel"
|
|
short_desc="Terminal based network traffic monitor"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://humdi.net/vnstat/"
|
|
changelog="https://humdi.net/vnstat/CHANGES"
|
|
distfiles="https://humdi.net/vnstat/vnstat-${version}.tar.gz"
|
|
checksum=4c28a1d8bc03c2b6e7ab96c876e07dd8ea174b7cad73b7190ecb2b9501e83e9e
|
|
|
|
conf_files="/etc/vnstat.conf"
|
|
make_dirs="/var/lib/vnstat 0755 root root"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vconf cfg/vnstat.conf
|
|
vsv vnstatd
|
|
}
|