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

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
