contrib/bmon/Pkgfile

22 lines
439 B
Plaintext
Raw Normal View History

2017-08-20 07:19:47 +02:00
# Description: Network bandwidth monitor and rate estimator.
2020-06-01 17:45:48 +02:00
# URL: https://github.com/tgraf/bmon/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2017-08-20 07:19:47 +02:00
# Depends on: ncurses libconfuse libnl
2009-01-09 09:08:00 +01:00
name=bmon
2017-08-20 07:19:47 +02:00
version=4.0
2009-01-09 09:08:00 +01:00
release=1
source=(https://github.com/tgraf/$name/archive/v$version/$name-v$version.tar.gz)
2009-01-09 09:08:00 +01:00
build() {
2009-09-04 15:28:14 +02:00
cd $name-$version
2017-08-20 07:19:47 +02:00
./autogen.sh
2009-01-09 09:08:00 +01:00
./configure --prefix=/usr
2017-08-20 07:19:47 +02:00
2009-01-09 09:08:00 +01:00
make
make DESTDIR=$PKG install
2017-08-20 07:19:47 +02:00
rm -r $PKG/usr/share/doc
2009-01-09 09:08:00 +01:00
}