           SPELL=code-browser
if [[ $CODE_BROWSER_BRANCH == 3 ]]; then
         VERSION=3.23
else
         VERSION=4.9
fi
          SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://tibleiz.net/download/$SOURCE
      SOURCE_GPG=gurus.gpg:$SOURCE.sig
        WEB_SITE=http://tibleiz.net/code-browser/
         ENTERED=20050930
      LICENSE[0]=GPL
        KEYWORDS="editors"
           SHORT="folding and outlining editor"
cat << EOF
Code Browser is a folding and outlining editor for Linux.

The editor is between a traditional text editor, a smalltalk class browser and
a web browser like mozilla. It displays a structured text file (marker-based
folding) hierarchically using multiple panes.
EOF
