summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-14 17:27:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-14 17:27:10 +0000
commit918cae047812a43fe65e86a2910ae65a2d28b7c0 (patch)
treef866685e95421eed93e5133a9ae662e4ea5ce7fc
parent62204a7e4be77192725f28e728641da5be5ed24b (diff)
downloadaports-918cae047812a43fe65e86a2910ae65a2d28b7c0.tar.bz2
aports-918cae047812a43fe65e86a2910ae65a2d28b7c0.tar.xz
main/bwm-ng: new aport
A small and simple console-based live bandwidth monitor http://www.gropp.org/
-rw-r--r--main/bwm-ng/APKBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/main/bwm-ng/APKBUILD b/main/bwm-ng/APKBUILD
new file mode 100644
index 00000000..34285231
--- /dev/null
+++ b/main/bwm-ng/APKBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+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"