[Lunar-commits] <moonbase> kismet: adding a patch for the x86_64 build.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Mar 21 01:46:14 CET 2008


commit 05a463efe41ade877d5a56bd21e42bddbd9df2a3
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu Mar 20 20:46:14 2008 -0400

    kismet: adding a patch for the x86_64 build.
---
 wifi/kismet/BUILD.x86_64   |   10 ++++------
 wifi/kismet/DETAILS.x86_64 |   23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/wifi/kismet/BUILD.x86_64 b/wifi/kismet/BUILD.x86_64
index 800c035..cf90a45 100644
--- a/wifi/kismet/BUILD.x86_64
+++ b/wifi/kismet/BUILD.x86_64
@@ -1,18 +1,15 @@
 (
 
+    patch_it $SOURCE_CACHE/$SOURCE2 0     &&
+
     if [ $WITH_ACPI == "y" ]; then
       OPTS="$OPTS --enable-acpi"
-    fi
+    fi &&
 
     if [ $SUIDINSTALL == "y" ]; then
       MAKE_INSTALL="make suidinstall"
     else
       MAKE_INSTALL="make install"
-    fi
-
-# At some point this should be revisited for x86_64.
-    if module_installed gpsdrive ; then
-        OPTS="$OPTS --disable-gpsmap"
     fi &&
 
     ./configure --prefix=/usr              \
@@ -23,6 +20,7 @@
                 --datadir=/usr/share       \
                 --localstatedir=/var       \
                  $OPTS                    &&
+
     make dep                              &&
     make                                  &&
     prepare_install                       &&
diff --git a/wifi/kismet/DETAILS.x86_64 b/wifi/kismet/DETAILS.x86_64
new file mode 100644
index 0000000..b569f20
--- /dev/null
+++ b/wifi/kismet/DETAILS.x86_64
@@ -0,0 +1,23 @@
+          MODULE=kismet
+         VERSION=2007-10-R1
+          SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-gpsmap.cc.patch
+      SOURCE_URL=http://www.kismetwireless.net/code/
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:a1c682797ad6842b53f9e0f038254aa8326e0fb4
+     SOURCE2_VFY=sha1:0dbfdce0783e3075321c63b225b92a398b099efe
+        WEB_SITE=http://www.kismetwireless.net/
+         ENTERED=20040207
+         UPDATED=20071018
+      MAINTAINER=ratler at lunar-linux.org
+           SHORT="An 802.11 layer2 wireless network sniffer"
+
+cat << EOF
+Kismet is an 802.11 layer2 wireless network detector, sniffer, and
+intrusion detection system. Kismet will work with any wireless card which
+support raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and
+802.11g traffic.  Kismet is fully passive and undetectable when in
+operation. Kismet automatically tracks all networks in range and is able
+to detect (or infer) hidden networks, attack attempts, find rogue access
+points and find unauthorised users.
+EOF


More information about the Lunar-commits mailing list