           SPELL=gnokii
if [[ "${GNOKII_SCM}" == "y" ]]; then
if [[ "${GNOKII_SCM_AUTOUPDATE}" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=cvs
fi
          SOURCE=${SPELL}-cvs.tar.bz2
  FORCE_DOWNLOAD=ON
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sv.nongnu.org:/sources/gnokii:gnokii
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
         VERSION=0.6.16
          SOURCE="$SPELL-$VERSION.tar.bz2"
   SOURCE_URL[0]=http://www.$SPELL.org/download/$SPELL/$SOURCE
     SOURCE_HASH=sha512:b85dbafba14ae9f3be2a8edeb4ab624ade95e37f93fbfcc534307e173f40edf0e9c44c12fa3bdcbe20a2101c63f59a868043169628cb194096c1fdac961e8dc5
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
fi
        WEB_SITE=http://www.gnokii.org/
      LICENSE[0]=GPL
         ENTERED=20060911
        KEYWORDS="mobile telephony"
           SHORT="Tools and drivers for using mobile phones under Linux"
cat << EOF
gnokii provides tools and a user space driver for use with mobile phones
under Linux and unix. With gnokii you can do such things as make data calls,
update your address book, change calendar entires, send and receive SMS
messages and load ring tones depending on the phone you have.
EOF
