summaryrefslogtreecommitdiff
path: root/community/darkstat/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/darkstat/PKGBUILD')
-rw-r--r--community/darkstat/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD
index 822187924..e31faa832 100644
--- a/community/darkstat/PKGBUILD
+++ b/community/darkstat/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
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=('1fb31ac01d4689493c917fa622a002e7'
'e28c56657502ce3e62c1fc6bf5ce59f7'
'aa9a9effd1e8f08860afcd6439fc94c5')
+options=(!makeflags !distcc)
build() {
cd $srcdir/darkstat-$pkgver