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 c74667fab..508beb19d 100644 --- a/community/iftop/PKGBUILD +++ b/community/iftop/PKGBUILD @@ -8,7 +8,7 @@ pkgname=iftop pkgver=0.17 pkgrel=11 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') @@ -19,7 +19,7 @@ md5sums=('062bc8fb3856580319857326e0b8752d') 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 } |