[Lunar-commits]
CVS: moonbase/wifi/kismet BUILD, NONE, 1.1 CONFIGURE,
NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Stefan Wold
ratler at lunar-linux.org
Sat Feb 7 10:35:03 GMT 2004
Update of /var/cvs/lunar/moonbase/wifi/kismet
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10262/wifi/kismet
Added Files:
BUILD CONFIGURE DEPENDS DETAILS
Log Message:
Added kismet and gpsdrive, kismet is tested and works fine. Gpsdrive untested since i dont own gps hardware.
--- NEW FILE: BUILD ---
(
if ! module_installed gpsdrive ; then
OPTS="$OPTS --disable-gps"
fi &&
# Configure seem to have problem getting confused what host to build for
unset CFLAGS CXXFLAGS LDFLAGS CPPFLAGS &&
./configure --prefix=/usr \
--build=$BUILD \
--sysconfdir=/etc/kismet \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--datadir=/usr/share \
--localstatedir=/var \
$OPTS &&
make dep &&
make &&
prepare_install &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: CONFIGURE ---
if ! grep -q "^OPTS=" $MODULE_CONFIG; then
if query "Enable kernel ACPI support?" n; then
OPTS=$OPTS" --enable-acpi"
fi
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
fi
--- NEW FILE: DEPENDS ---
depends libpcap &&
optional_depends "gpsdrive" "" "" "GPS support" &&
optional_depends "ImageMagick" "" "" "For use with GPS"
--- NEW FILE: DETAILS ---
MODULE=kismet
VERSION=3.0.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=http://www.kismetwireless.net/code/$SOURCE
SOURCE_VFY=md5:7ba34081eb93d7ca27377593ba40524b
WEB_SITE=http://www.kismetwireless.net/
ENTERED=20040207
UPDATED=20040207
MAINTAINER="ratler at lunar-linux.org"
SHORT="Kismet is 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