           SPELL=anjuta
if [ "$CVS_CHECKOUT" == "y" ]
then
	 VERSION=$(date +%Y%m%d)
          SOURCE=$SPELL-cvs.tar.gz
  FORCE_DOWNLOAD=1
	  MD5[0]=IGNORE
   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome:anjuta
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
         VERSION=2.0.1
          MD5[0]=ec1c7b5b3588fede5a80707b0f4ad878  
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
        WEB_SITE=http://anjuta.sourceforge.net/
         ENTERED=20011124
         UPDATED=20040207
      LICENSE[0]=GPL
       BUILD_API=2
           SHORT="C/C++ IDE for gnome"
cat << EOF
Anjuta is a versatile Integrated Development Environment (IDE) for C
and C++ in GNU/Linux. It has been written for GTK/GNOME, and features 
a number of advanced programming facilities. These include project
management, application wizards, an onboard interactive debugger, and 
a powerful source editor with source browsing and syntax
highlighting.
EOF
