2014-02-18 13:02:36 +00:00
|
|
|
# Template build file for "vnstat"
|
2014-02-18 12:44:24 +00:00
|
|
|
pkgname=vnstat
|
2015-01-19 08:01:04 +00:00
|
|
|
version=1.13
|
|
|
|
revision=1
|
2014-02-18 12:44:24 +00:00
|
|
|
build_style=gnu-makefile
|
2014-02-18 12:55:14 +00:00
|
|
|
short_desc="A terminal based network traffic monitor"
|
2015-01-19 08:01:04 +00:00
|
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
2014-02-18 12:44:24 +00:00
|
|
|
homepage="http://humdi.net/vnstat/"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="http://humdi.net/vnstat/${pkgname}-${version}.tar.gz"
|
2015-01-19 08:01:04 +00:00
|
|
|
checksum=6f4e2599ebb195b25f499d3e2e865aa14da336dfc9cc03a79181aa71f7ed99cd
|
2014-02-18 12:55:14 +00:00
|
|
|
|
2014-02-18 13:37:20 +00:00
|
|
|
conf_files="/etc/vnstat.conf"
|
|
|
|
make_dirs="/var/lib/vnstat 0755 root root"
|
2014-10-13 12:11:35 +00:00
|
|
|
build_options="systemd"
|
2014-02-18 13:37:20 +00:00
|
|
|
|
2014-02-18 12:55:14 +00:00
|
|
|
pre_install() {
|
|
|
|
sed -e 's,install -s,install ,g' -i Makefile
|
|
|
|
}
|
2014-02-18 13:37:20 +00:00
|
|
|
post_install() {
|
2014-10-13 12:11:35 +00:00
|
|
|
if [ "$build_option_systemd" ]; then
|
|
|
|
vinstall ${FILESDIR}/service 644 usr/lib/systemd/system vnstat.service
|
|
|
|
fi
|
|
|
|
vsv vnstatd
|
2014-02-18 13:37:20 +00:00
|
|
|
}
|