From 3065f53036c15324280f17095dd51d74995de900 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 1 Feb 2011 16:02:33 +0000 Subject: main/bwm-ng: add option to monitor disks --- main/bwm-ng/APKBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'main/bwm-ng') diff --git a/main/bwm-ng/APKBUILD b/main/bwm-ng/APKBUILD index 926593e5e..16ade39aa 100644 --- a/main/bwm-ng/APKBUILD +++ b/main/bwm-ng/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=bwm-ng pkgver=0.6 -pkgrel=1 +pkgrel=2 pkgdesc="A small and simple console-based live bandwidth monitor" url="http://www.gropp.org/" arch="all" @@ -14,7 +14,12 @@ source="http://www.gropp.org/$pkgname/$pkgname-$pkgver.tar.gz" build () { cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --with-libstatgrab \ + --with-procnetdev \ + --with-ncurses \ + --with-partitions + make || return 1 make DESTDIR="$pkgdir" install || return 1 -- cgit v1.2.3