diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-04 18:06:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-04 18:06:30 +0000 |
commit | b0af92d7d8e909f0099141e05246f9ed5c750ecf (patch) | |
tree | 57aa9c1ce13ff0cab6848a49935bb13db91a5da1 /packages/kismet | |
parent | f6ca1987a00f5e7849ee9288cd6a8b9a43c95f53 (diff) |
packages/kismet: add 2005-08-R1
Diffstat (limited to 'packages/kismet')
-rw-r--r-- | packages/kismet/kismet_2005-08-R1.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/kismet/kismet_2005-08-R1.bb b/packages/kismet/kismet_2005-08-R1.bb new file mode 100644 index 0000000000..cf3d9ea64b --- /dev/null +++ b/packages/kismet/kismet_2005-08-R1.bb @@ -0,0 +1,31 @@ +SECTION = "console/network" +DESCRIPTION = "Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system" +HOMEPAGE = "http://www.kismetwireless.net/" +MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" +LICENSE = "GPLv2" +DEPENDS = "expat gmp" + +SRC_URI = "http://www.kismetwireless.net/code/kismet-2005-08-R1.tar.gz \ + file://no-strip.diff;patch=1;pnum=0 \ + file://no-chmod.diff;patch=1;pnum=0 \ + file://glibc3.3.2-getopt-throw.diff;patch=1;pnum=0" + + +EXTRA_OECONF = "--with-pcap=linux --disable-setuid --with-linuxheaders=${STAGING_KERNEL_DIR}/include" + +inherit autotools + +do_configure() { + oe_runconf +} + +do_install_append() { + if test -e ${WORKDIR}/kismet.conf; then + install -m 644 ${WORKDIR}/kismet.conf ${D}${sysconfdir}/ + fi +} + +PACKAGES =+ "kismet-sounds" +FILES_kismet-sounds = "/usr/share/kismet/wav" + +CONFFILES_${PN}_nylon = "${sysconfdir}/kismet.conf" |