summaryrefslogtreecommitdiff
path: root/community/iftop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iftop/PKGBUILD')
-rw-r--r--community/iftop/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD
index 18c013068..8ed1225fb 100644
--- a/community/iftop/PKGBUILD
+++ b/community/iftop/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=iftop
pkgver=0.17
pkgrel=10
pkgdesc="iftop does for network usage what top(1) does for CPU usage"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.ex-parrot.com/~pdw/iftop/"
license=('GPL')
depends=('libpcap' 'ncurses')
@@ -20,7 +20,8 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ --build=$CHOST
make
}