. "$GRIMOIRE/FUNCTIONS"
           SPELL=codeblocks
if [[ $CODEBLOCKS_BRANCH = scm ]]; then
         VERSION=$(get_scm_version)
   SOURCE_IGNORE=volatile
   SOURCE_URL[0]="svn://svn.code.sf.net/p/codeblocks/code/trunk:$SPELL"
  FORCE_DOWNLOAD=on
          SOURCE="${SPELL}.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
else
         VERSION=13.12-1
     SOURCE_HASH=sha512:f09ab25579a4c9addcebdcc748a23963a52751853f4a1c15da10196d522f94bb17e01b2470b96d4470f5fd98725f7760e3923762c2217bcc48051eb9f7286f58
          SOURCE="${SPELL}_$VERSION.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/Sources/${VERSION%-*}/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION%-*}"
fi
        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
