[Lunar-commits] CVS: moonbase/wifi/wlan-ng-utils BUILD, NONE,
1.1 DETAILS, NONE, 1.1
Stefan Wold
ratler at lunar-linux.org
Fri Feb 6 18:10:03 GMT 2004
Update of /var/cvs/lunar/moonbase/wifi/wlan-ng-utils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11109/wifi/wlan-ng-utils
Added Files:
BUILD DETAILS
Log Message:
Moving wlan-ng-utils from utils to wifi section
--- NEW FILE: BUILD ---
(
DIRS="doc man etc src/shared src/wlanctl src/wland src/nwepgen src/mkmeta src/wlancfg"
sedit "s:RC_DIR=/etc/rc.d:RC_DIR=/etc/init.d:" config.in Configure
sedit "s:/usr/local/man/man1:/usr/share/man/man1:" man/Makefile
make auto_config &&
for DIR in $DIRS ; do
make -C $DIR || return -1
done &&
prepare_install &&
for DIR in $DIRS ; do
make -C $DIR install || return -1
done
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=wlan-ng-utils
VERSION=0.2.1-pre16
SOURCE=linux-wlan-ng-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-wlan-ng-$VERSION
SOURCE_URL=ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/$SOURCE
SOURCE_VFY=md5:0672ccd871def6842814c2d9d8c0689a
WEB_SITE=http://www.linux-wlan.com/linux-wlan/
ENTERED=20031214
UPDATED=20031222
MAINTAINER=michalsc at email.uc.edu
SHORT="Wireless utils for PRISIM 2 and higher wireless cards."
cat << EOF
The goal of the linux-wlan(tm) Project is to develop a complete, standards
based, wireless LAN system using the GNU/Linux operating system. What
differentiates this project from the Linux wireless extensions and other
Linux wireless projects is that everything is based on the IEEE 802.11
standard.
This package contains the userspace stuff. The -driver module contains the
kernel modules.
EOF
More information about the Lunar-commits
mailing list