Module submission - wifi_radar
sofar at lunar-linux.org
sofar at lunar-linux.org
Mon Apr 25 17:10:50 UTC 2005
module name : wifi_radar
suggested section : wifi
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
This is the output of a suggested 'lvu submit' command that packs up a
module in zlocal and offers an easy-to-mail template to users, so they
can feedback modules to developers. The modules are mailed to the mailing
list (lunar@) and the user needs to provide a proper username and be
subscribed as well, otherwise the submission fails.
sofar
==================== BEGIN DETAILS ====================
MODULE=wifi_radar
VERSION=1.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.bitbuilder.com/wifi_radar/bins/
SOURCE_VFY=sha1:d251095d1e182e1b06a94f779e82069d51e37c01
WEB_SITE=http://www.bitbuilder.com/wifi_radar/
ENTERED=20050311
UPDATED=20050311
SHORT="A GTK2 gui to configure your wifi"
cat << EOF
WiFi Radar is a Python/PyGTK2 utility for managing WiFi profiles.
It enables you to scan for available networks and create profiles
for your preferred networks. At boot time, running WiFi Radar will
automatically scan for an available preferred network and connect
to it. You can drag and drop your preferred networks to arrange the
profile priority.
EOF
===================== END DETAILS =====================
==================== BEGIN DEPENDS ====================
depends pygtk2
===================== END DEPENDS =====================
==================== BEGIN PRE_BUILD ====================
validate_source_dir $SOURCE_DIRECTORY &&
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
unpack $SOURCE
===================== END PRE_BUILD =====================
==================== BEGIN BUILD ====================
(
sedit 's:/etc/conf.d:/etc:g' * &&
sedit 's:/usr/local:/usr:g' * &&
sedit 's:"5":5:' wifi_radar.py &&
prepare_install &&
install -m0755 wifi_radar.py /usr/bin/ &&
install -m0644 wifi_radar.svg /usr/share/pixmaps/
) > $C_FIFO
===================== END BUILD =====================
More information about the Lunar-dev
mailing list