summaryrefslogtreecommitdiff
path: root/community/iftop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iftop/PKGBUILD')
-rw-r--r--community/iftop/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD
index 007632adf..4cd95e129 100644
--- a/community/iftop/PKGBUILD
+++ b/community/iftop/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=iftop
pkgver=1.0pre2
pkgrel=1
pkgdesc="Display bandwidth usage on an interface"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.ex-parrot.com/~pdw/iftop/"
license=('GPL')
depends=('libpcap' 'ncurses')
@@ -18,7 +18,7 @@ source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+ ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man --build=$CHOST
make
}