24 lines
678 B
Bash
24 lines
678 B
Bash
# Template file for 'bmon'
|
|
pkgname=bmon
|
|
version=3.9
|
|
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=02120aafb1959285562074490c0a9f7f8648161f9db534cf5792fc16d6e0326c
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/share/doc/bmon/examples/bmon.conf
|
|
vsconf examples/bmon.conf
|
|
vlicense LICENSE.BSD
|
|
vlicense LICENSE.MIT
|
|
}
|