New package: bmon-3.3
This commit is contained in:
parent
2e2301405c
commit
d46a7a4b60
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue