From 83c3c42a38bda36bdc56d594318958bc4cfd9b32 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Nov 2011 23:14:56 +0000 Subject: Mon Nov 28 23:14:56 UTC 2011 --- community/nload/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/nload/PKGBUILD (limited to 'community/nload') diff --git a/community/nload/PKGBUILD b/community/nload/PKGBUILD new file mode 100644 index 000000000..2518e64ee --- /dev/null +++ b/community/nload/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Sebastien Luttringer + +pkgname=nload +pkgver=0.7.3 +pkgrel=2 +pkgdesc='Console application which monitors network traffic and bandwidth usage in real time' +url='http://www.roland-riegel.de/nload' +license=('GPL2') +depends=('ncurses' 'gcc-libs') +arch=('i686' 'x86_64') +source=("$url/$pkgname-$pkgver.tar.gz") +md5sums=('9b97c37fe1474f1da42f265fead24081') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 ft=sh et: -- cgit v1.2.3-54-g00ecf