diff options
Diffstat (limited to 'community/darkstat/PKGBUILD')
-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 52526ad81..43663d797 100644 --- a/community/darkstat/PKGBUILD +++ b/community/darkstat/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=10 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 @@ -17,6 +17,7 @@ install=darkstat.install md5sums=('5b7abc7538dcd8e30667dac150e81d77' '91dd1cf9d01c2b37896f01b4570b5521' 'aa9a9effd1e8f08860afcd6439fc94c5') +options=(!makeflags !distcc) build() { cd $srcdir/darkstat-$pkgver |