summaryrefslogtreecommitdiff
path: root/extra/kismet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kismet/PKGBUILD')
-rw-r--r--extra/kismet/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kismet/PKGBUILD b/extra/kismet/PKGBUILD
index 37142d4af..0fb18cc6d 100644
--- a/extra/kismet/PKGBUILD
+++ b/extra/kismet/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=kismet
pkgver=2011_03_R2
_realver="${pkgver//_/-}"
-pkgrel=4
+pkgrel=4.1
pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.kismetwireless.net/"
license=('GPL')
depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat')
@@ -32,7 +32,8 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
- --localstatedir=/var
+ --localstatedir=/var \
+ --build=$CHOST --host=$CHOST
make dep
make