             SPELL=madwifi
if  [[  "$MADWIFI_SVN"  ==  "y"  ]];  then
  if  [[  "$MADWIFI_SVN_AUTOUPDATE"  ==  "y"  ]];  then
           VERSION=$(date +%Y%m%d)
  else
           VERSION=svn
  fi
            SOURCE=$SPELL-svn.tar.bz2
      SOURCE_HINTS=old_svn_compat
     SOURCE_URL[0]=svn://svn.madwifi-project.org/madwifi/trunk:madwifi
     SOURCE_IGNORE=volatile
    FORCE_DOWNLOAD="on"
else
           VERSION=0.9.4
            SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
#       SOURCE_HASH=sha512:e3ca8a59fa58d10bd36924a30d1db5570af363887c6d322f2a67bf2a9804d8370b9dc13a4dc340849274d9d43bb801d12151e9c683cf86df2b31e9e48513ff19
        SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
fi
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SECURITY_PATCH=3
        LICENSE[0]=GPL
          KEYWORDS="kernels"
          WEB_SITE=http://madwifi.sourceforge.net/
           ENTERED=20041122
             SHORT="Module for Atheros wifi cards"
cat << EOF
MADWiFi is short for Multiband Atheros Driver for WiFi.
In other words: this project provides a Linux kernel driver for
Atheros-based Wireless LAN devices. The driver works such that
your WLAN card will appear as normal network interface in the system.
Additionally there is support for the Wireless Extensions API.
This allows you to configure the device using the usual tools
(ifconfig, iwconfig and friends).
EOF
