           SPELL=codeblocks
if [[ $SVN_AUTOUPDATE = y ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE="${SPELL}.tar.bz2"
   SOURCE_IGNORE=volatile
   SOURCE_URL[0]="svn://svn.berlios.de/${SPELL}/trunk:${SPELL}"
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
        WEB_SITE="http://www.codeblocks.org/"
      LICENSE[0]=GPL
         ENTERED=20070808
           SHORT="Extensible and fully configurable C++ IDE"
cat << EOF
Code::Blocks is a free C++ IDE built to meet the most demanding needs of
it's users. It is designed to be very extensible and fully configurable.

Built around a plugin framework, Code::Blocks can be extended with plugins.
It even includes a plugin wizard so you can create your own plugins!.
EOF
