              SPELL=libgmail
      if [ "$CVS" != "y" ]; then 
            VERSION=0.1.8
             SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/libgmail/$SOURCE
        SOURCE_HASH=sha512:24222c6f2a34cc4ca62189d32107f615b5e185422490cfbb2aeb7ccfeeaea82339842692e17f2694c5795eb05a81398d34911184d5692a340f8f8c705d4af65b
      else
            VERSION=cvs
             SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_IGNORE=volatile
      SOURCE_URL[0]=cvs://:pserver:anonymous@libgmail.cvs.sourceforge.net:/cvsroot/libgmail:libgmail
      fi
   SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         LICENSE[0]=GPL
           WEB_SITE=http://libgmail.sourceforge.net/
           KEYWORDS="mail python"
              SHORT="libgmail, Python binding for Google's Gmail service"
cat << EOF
Python binding for Google's Gmail service
EOF
