New package: bmon-3.3

This commit is contained in:
Christian Neukirchen 2014-08-21 23:10:48 +02:00
parent 2e2301405c
commit d46a7a4b60
1 changed files with 22 additions and 0 deletions

22
srcpkgs/bmon/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'bmon'
pkgname=bmon
version=3.3
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="ncurses-devel libnl3-devel confuse-devel"
short_desc="Bandwidth monitor and rate estimator"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD,MIT"
homepage="http://github.com/tgraf/bmon/"
distfiles="http://github.com/tgraf/${pkgname}/archive/v${version}.tar.gz"
checksum=1d62451178d3d682a6cf2778ebade7e63f2a9bebe3d35aef20cf94b51679dcca
pre_configure() {
./autogen.sh
}
post_install() {
rm ${DESTDIR}/usr/share/doc/bmon/examples/bmon.conf
vsconf examples/bmon.conf
}