summaryrefslogtreecommitdiff
path: root/community/nethogs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-07 00:08:35 -0800
committerroot <root@rshg054.dnsready.net>2013-02-07 00:08:35 -0800
commit8e5a0a990a12a59cadb687cae22a1960fce1660b (patch)
tree3a0fe8ce858eb0c6350bd2bcfaf7673f3b490f73 /community/nethogs
parenta110e74fe4a31aebb09e0da6e407af69ed996837 (diff)
Thu Feb 7 00:08:35 PST 2013
Diffstat (limited to 'community/nethogs')
-rw-r--r--community/nethogs/PKGBUILD8
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: