summaryrefslogtreecommitdiffstats
path: root/mobile/wifi-radar/DETAILS
blob: 47686b3b8d3c23540c25cbfcf20301ec5d8b4591 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
           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=2.0.s02
          SOURCE=$SPELL-$VERSION.tar.bz2
#         SOURCE2=${SOURCE}.sign
#      SOURCE_GPG=wifi-radar.gpg:${SOURCE}.sign:UPSTREAM_KEY
#  SOURCE2_IGNORE=signature
  SOURCE_HASH=sha512:a38092efb0f2193c8f6329c5c0f544752c07cfba558844b8a76501d2d30b95cec7a5acaea2f6f8afe74f09e20b78d67439a48733d660d1065b61a839692a5a4d
   SOURCE_URL[0]=$BERLIOS_URL/$SPELL/$SOURCE
#  SOURCE2_URL[0]=$SOURCE_URL.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