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