diff options
Diffstat (limited to 'community/darkstat')
-rw-r--r-- | community/darkstat/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD index b3e7e4114..93e4f2578 100644 --- a/community/darkstat/PKGBUILD +++ b/community/darkstat/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=7 pkgdesc="Network statistics gatherer (packet sniffer)" url="http://dmr.ath.cx/net/darkstat/" license=("GPL") -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('libpcap' 'zlib' 'gcc-libs') backup=('etc/conf.d/darkstat.conf') source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2 @@ -19,6 +19,7 @@ md5sums=('5b7abc7538dcd8e30667dac150e81d77' '1021f95fabe16cfab4c95f6264d535e5' 'e2d9efc856201146e2abae145b4c5a1f' 'aa9a9effd1e8f08860afcd6439fc94c5') +options=(!makeflags !distcc) build() { cd $srcdir/darkstat-$pkgver |