27 lines
707 B
Bash
27 lines
707 B
Bash
# Template file for 'vnstat'
|
|
pkgname=vnstat
|
|
version=2.8
|
|
revision=2
|
|
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=03f858a7abf6bd85bb8cd595f3541fc3bd31f8f400ec092ef3034825ccb77c25
|
|
|
|
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
|
|
}
|