           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.20
          SOURCE="$SPELL-$VERSION.tar.bz2"
   SOURCE_URL[0]=http://www.$SPELL.org/download/$SPELL/$SOURCE
     SOURCE_HASH=sha512:3a676a72790651d41eb427e618a296223a2ea7d8d20ade563b1c2a0b65c864ce67df68e632a24faa7c1a48f3b98a55a4739b8740a79a2d1dc7a9c78289501e31
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
