           SPELL=ayttm
if [[ "$CVS" == "y" ]]; then
         VERSION=cvs
  FORCE_DOWNLOAD=1
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@ayttm.cvs.sourceforge.net:/cvsroot/$SPELL:$SPELL
   SOURCE_IGNORE=volatile
else
         VERSION=0.6.3
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION 
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/ayttm/$SOURCE
      SOURCE_GPG="gurus.gpg:$SOURCE.sig"
fi
        WEB_SITE=http://ayttm.sourceforge.net
         ENTERED=20030504
      LICENSE[0]=GPL
        KEYWORDS="messaging chat"
           SHORT="ayttm is a universal instant messaging client"
cat << EOF
Ayttm is designed to become a Universal Instant Messaging client 
which will seamlessly integrate all existing IM clients and provide a 
single consistent user interface. Currently, Ayttm supports
sending and receiving messages in AIM, ICQ, Yahoo! Messenger, MSN,
and Jabber.
Ayttm is the follow up to Everybuddy.
EOF
