2014-02-18 13:47:59 +01:00
|
|
|
# Template build file for "vnstat".
|
2014-02-18 13:44:24 +01:00
|
|
|
pkgname=vnstat
|
|
|
|
version=1.11
|
2014-02-18 13:55:14 +01:00
|
|
|
revision=2
|
|
|
|
conf_files="/etc/vnstat.conf"
|
2014-02-18 13:44:24 +01:00
|
|
|
build_style=gnu-makefile
|
2014-02-18 13:55:14 +01:00
|
|
|
short_desc="A terminal based network traffic monitor"
|
2014-02-18 13:44:24 +01:00
|
|
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
|
|
|
homepage="http://humdi.net/vnstat/"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="http://humdi.net/vnstat/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=b71876d817bbb6a16d31b4236e22a2eb6c39666a7f7bfea581f5ff441cade026
|
2014-02-18 13:55:14 +01:00
|
|
|
|
|
|
|
pre_install() {
|
|
|
|
sed -e 's,install -s,install ,g' -i Makefile
|
|
|
|
}
|