packages/kismet: add 2005-08-R1
authorKoen Kooi <koen@openembedded.org>
Tue, 4 Oct 2005 18:06:30 +0000 (18:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 4 Oct 2005 18:06:30 +0000 (18:06 +0000)
packages/kismet/kismet_2005-08-R1.bb [new file with mode: 0644]

diff --git a/packages/kismet/kismet_2005-08-R1.bb b/packages/kismet/kismet_2005-08-R1.bb
new file mode 100644 (file)
index 0000000..cf3d9ea
--- /dev/null
@@ -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"