summaryrefslogtreecommitdiff
path: root/packages/kismet/kismet-newcore_svn.bb
blob: 2d540d2b5cbcbe96b1295e26f1011caf5dd5ea0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DESCRIPTION = "Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
HOMEPAGE = "http://www.kismetwireless.net/"
SECTION = "console/network"
LICENSE = "GPLv2"
DEPENDS = "expat gmp imagemagick tiff fakeroot-native zlib bzip2"
PV = "0.0+svnr${SRCREV}"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "svn://svn.kismetwireless.net/code/branch/;module=kismet-newcore;proto=http"

EXTRA_OECONF = "--enable-wsp100 --with-pcap=linux \
                --with-linuxheaders=${STAGING_KERNEL_DIR}/include"

inherit autotools

S = "${WORKDIR}/kismet-newcore"

fakeroot do_install() {
     oe_runmake "DESTDIR=${D}" suidinstall
}

PACKAGES =+ "${PN}-sounds ${PN}-gpsmap"

FILES_${PN}-sounds = "${datadir}/kismet/wav"
RDEPENDS_${PN}-sounds = "sox"

FILES_${PN}-gpsmap = "${bindir}/gpsmap*"
RDEPENDS_${PN}-gpsmap = "gpsd"

CONFFILES_${PN} = "${sysconfdir}/kismet.conf ${sysconfdir}/kismet_ui.conf ${sysconfdir}/kismet_drone.conf"