summaryrefslogtreecommitdiff
path: root/community/nethogs
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-07 12:36:05 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-07 12:36:05 +0100
commita56d1a610bd4032e2eae610289333ad112fc5ba1 (patch)
tree5fa9f42a339b57ef35616c01ac67c1c55c84fc7b /community/nethogs
parent9437cdbc03cb103235fa0b043f4cf73882f10f34 (diff)
parent8e5a0a990a12a59cadb687cae22a1960fce1660b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/midori/PKGBUILD community/ruby-gtk2/PKGBUILD extra/strigi/PKGBUILD libre/abiword-libre/PKGBUILD libre/abiword-libre/abiword-2.8.6-glib-2.31.patch
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 b6df770a7..7f7f3a66a 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: