diff options
Diffstat (limited to 'community/nethogs/PKGBUILD')
-rw-r--r-- | community/nethogs/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/nethogs/PKGBUILD b/community/nethogs/PKGBUILD index 2c2567195..3bf9ec080 100644 --- a/community/nethogs/PKGBUILD +++ b/community/nethogs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54960 2011-08-29 07:11:32Z kkeen $ +# $Id: PKGBUILD 83919 2013-02-06 14:47:26Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: ViNS <gladiator@fastwebnet.it> # Contributor: Daenyth pkgname=nethogs pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="A net top tool which displays traffic used per process instead of per IP or interface" url="http://nethogs.sourceforge.net" license=(GPL) @@ -23,6 +23,10 @@ build() { patch -Np1 -i "$srcdir/gcc44.patch" make +} + +package() { + cd "$srcdir/$pkgname" make DESTDIR="$pkgdir/usr" install } # vim:set ts=2 sw=2 et: |