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