CVS: moonbase/utils/wlan-ng-utils BUILD,NONE,1.1 DETAILS,NONE,1.1

Auke Kok sofar at lunar-linux.org
Mon Dec 15 13:52:57 GMT 2003


Update of /var/cvs/lunar/moonbase/utils/wlan-ng-utils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9614/wlan-ng-utils

Added Files:
	BUILD DETAILS 
Log Message:
Adding alternate wlan-ng modules, split up into a -driver module and a -utils module for the userspace stuff. This will allow for a more strict recompiling scheme. Waiting to remove the old linux-wlan-ng until these modules become accepted.


--- 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-pre14
          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:1835beecbf34f731de75b5e83ffd3e25
        WEB_SITE=http://www.linux-wlan.com/linux-wlan/
         ENTERED=20031214
         UPDATED=20031214
      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