              SPELL=libgmail
      if [ "$CVS" != "y" ]; then 
            VERSION=0.1.3.3
             SOURCE=$SPELL-$VERSION.tgz
      SOURCE_URL[0]=$SOURCEFORGE_URL/libgmail/$SOURCE
        SOURCE_HASH=sha512:175e179f12c81f31a542035f7fd8acb23b069d538f772ae0d261ae6befd7ed8f0a38efca76030bf377d436aa890e835033489d1f7d474c429a5aca16fe643454
      else
            VERSION=cvs
             SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_IGNORE=volatile
      SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/libgmail:libgmail
      fi
   SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
          BUILD_API=2
         LICENSE[0]=GPL
             
              SHORT="libgmail, Python binding for Google's Gmail service"
cat << EOF
Python binding for Google's Gmail service
EOF
