void-packages/srcpkgs/vnstat/template

17 lines
483 B
Plaintext
Raw Normal View History

2014-02-18 14:02:36 +01:00
# Template build file for "vnstat"
2014-02-18 13:44:24 +01:00
pkgname=vnstat
version=1.11
revision=2
conf_files="/etc/vnstat.conf"
2014-02-18 13:44:24 +01:00
build_style=gnu-makefile
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
pre_install() {
sed -e 's,install -s,install ,g' -i Makefile
}