diff options
Diffstat (limited to 'community/iftop/PKGBUILD')
-rw-r--r-- | community/iftop/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD index 05a44e9cf..5eb35b0d8 100644 --- a/community/iftop/PKGBUILD +++ b/community/iftop/PKGBUILD @@ -9,7 +9,7 @@ pkgname=iftop pkgver=1.0pre4 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 $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 } |