diff options
Diffstat (limited to 'extra/kismet/PKGBUILD')
-rw-r--r-- | extra/kismet/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/kismet/PKGBUILD b/extra/kismet/PKGBUILD index 3e808f48f..d31664fdb 100644 --- a/extra/kismet/PKGBUILD +++ b/extra/kismet/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2011_03_R2 _realver="${pkgver//_/-}" pkgrel=5 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' 'libusb-compat') @@ -32,7 +32,8 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --localstatedir=/var + --localstatedir=/var \ + --build=$CHOST --host=$CHOST make dep make |