           SPELL=wpa_supplicant
if [[ $WPA_RELEASE == legacy ]]; then
         VERSION=0.6.10
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
elif [[ $WPA_RELEASE == devel ]]; then
         VERSION=0.7.3
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
else
         VERSION=2.5
  SECURITY_PATCH=2
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:e3ca36ed10b4dae8f663e98ad230c8c059c952316c21a6b0638ecb1b40a5ef1b9083138ab45207cb764a17e870b4bd0625dd6efdb65856cb4dca13ccc0559e81
fi
      PATCHLEVEL=1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://w1.fi/releases/$SOURCE
      LICENSE[0]=GPL
        WEB_SITE=http://w1.fi/wpa_supplicant/
         ENTERED=20050130
           SHORT="WPA/WPA2 supplicant"
cat << EOF
wpa_supplicant is a WPA Supplicant for Linux, BSD, and Windows with support for
WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for both desktop/laptop
computers and embedded systems. Supplicant is the IEEE 802.1X/WPA component that
is used in the client stations. It implements key negotiation with a WPA
Authenticator and it controls the roaming and IEEE 802.11 authentication/
association of the wlan driver.

wpa_supplicant is designed to be a "daemon" program that runs in the background
and acts as the backend component controlling the wireless connection.
wpa_supplicant supports separate frontend programs and a text-based frontend
(wpa_cli) and a GUI (wpa_gui) are included with wpa_supplicant.
EOF
