24 lines
629 B
Bash
24 lines
629 B
Bash
# Template build file for "vnstat"
|
|
pkgname=vnstat
|
|
version=1.18
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="gd-devel"
|
|
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=d7193592b9e7445fa5cbe8af7d3b39982f165ee8fc58041ff41f509b37c687d5
|
|
|
|
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
|
|
}
|