From 918cae047812a43fe65e86a2910ae65a2d28b7c0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 14 Sep 2009 17:27:10 +0000 Subject: main/bwm-ng: new aport A small and simple console-based live bandwidth monitor http://www.gropp.org/ --- main/bwm-ng/APKBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 main/bwm-ng/APKBUILD (limited to 'main') diff --git a/main/bwm-ng/APKBUILD b/main/bwm-ng/APKBUILD new file mode 100644 index 0000000000..342852313c --- /dev/null +++ b/main/bwm-ng/APKBUILD @@ -0,0 +1,21 @@ +# Maintainer: Natanael Copa +pkgname=bwm-ng +pkgver=0.6 +pkgrel=0 +pkgdesc="A small and simple console-based live bandwidth monitor" +url="http://www.gropp.org/" +license="GPL" +subpackages="$pkgname-doc" +depends= +makedepends="ncurses-dev" +source="http://www.gropp.org/$pkgname/$pkgname-$pkgver.tar.gz" + +build () +{ + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr + make || return 1 + make DESTDIR="$pkgdir" install || return 1 + +} +md5sums="d3a02484fb7946371bfb4e10927cebfb bwm-ng-0.6.tar.gz" -- cgit v1.2.3