           SPELL=wpa_supplicant
if [[ $WPA_RELEASE == old ]]
then
         VERSION=0.4.10
     SOURCE_HASH=sha512:b202b8b5e691f6a9a95c63cf76dc53267ebf1ec52e752843a55794a365cd868ca339657d2b6e427128f17d9f07b79548ad70b96901e75c885e36fff40017ba55
elif [[ $WPA_RELEASE == devel ]]
then
         VERSION=0.6.0
     SOURCE_HASH=sha512:ee852d0fd9e47a2c249da365d90dc4bddb60bed059feacf9f05b270e18472ab2c634e4b7010e2edb9703d4f0b4c3e700255f7ffa3f797fca7f4ffd5b5035427e
else
         VERSION=0.5.8
     SOURCE_HASH=sha512:ae6bb4ed49f5f57ded9d588068d5d3510d27d78835fc0d634ea99bd048bfa6e8b43f42cb664d7cd4cbc14fe211aa334f50d6cd5c7f7b2b12855d80b397a7f123
fi
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://hostap.epitest.fi/releases/${SOURCE}
        WEB_SITE=http://hostap.epitest.fi/wpa_supplicant/
         ENTERED=20050130
      LICENSE[0]=GPL
           SHORT="A 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
