           SPELL=wifi-radar
if [[ "${WIFI_RADAR_SVN}" == "y" ]] ; then
  if [[ "${WIFI_RADAR_SVN_AUTOUPDATE}" == "y" ]]
  then   VERSION=$(date +%Y%m%d)
  else   VERSION=svn
  fi

         
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_IGNORE=volatile
      SOURCE_URL=svn://developer@svn.systemimager.org/var/lib/svn/wifi-radar/trunk:wifi-radar
  
else
         VERSION=1.9.8
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=${SOURCE}.sign
      SOURCE_GPG=wifi-radar.gpg:${SOURCE}.sign:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
   SOURCE_URL[0]=http://wifi-radar.systemimager.org/pub/${SOURCE}
  SOURCE2_URL[0]=http://wifi-radar.systemimager.org/pub/${SOURCE}.sign
fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      LICENSE[0]=GPL
        WEB_SITE=http://wifi-radar.systemimager.org/
         ENTERED=20050331
        KEYWORDS="mobile"
           SHORT="Is a Python/PyGTK2  utility for managing WiFi profiles"
cat << EOF
 It enables you to scan for available networks and create profiles for your preferred networks. 
 At boot time, running WiFi Radar will automatically scan for an available preferred network and connect to it. 
 You can drag and drop your preferred networks to arrange the profile priority.
EOF
