summaryrefslogtreecommitdiff
path: root/packages/kismet/kismet_2005-08-R1.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-05-25 06:55:56 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-05-25 06:55:56 +0000
commit7da0823d27eedeb665d59f106f704cdf79ac6cd6 (patch)
treec03c2bd16d0811f983b63d6de480cf9a1c9b1fcf /packages/kismet/kismet_2005-08-R1.bb
parent72edffd0fb9f14bafb3d025d8739dc06ca44f560 (diff)
parentdb6f1c786efb1b7ffec5f84b8a11c6066370c59c (diff)
merge of '1edfaf9475dc24132fc44dd0420ed442888b7467'
and '3524b1de858df7cc6c88667817fb70332cf4b03e'
Diffstat (limited to 'packages/kismet/kismet_2005-08-R1.bb')
-rw-r--r--packages/kismet/kismet_2005-08-R1.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/kismet/kismet_2005-08-R1.bb b/packages/kismet/kismet_2005-08-R1.bb
deleted file mode 100644
index c5e58b6edb..0000000000
--- a/packages/kismet/kismet_2005-08-R1.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-SECTION = "console/network"
-DESCRIPTION = "Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
-HOMEPAGE = "http://www.kismetwireless.net/"
-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"