           SPELL=geany
if [[ $GEANY_SVN == y ]]; then
  if [[ $GEANY_SVN_AUTO == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=night
  fi
          SOURCE=${SPELL}_svn.tar.gz
   SOURCE_URL[0]=http://files.uvena.de/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_svn
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
else
         VERSION=0.12
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://files.uvena.de/$SPELL/$SOURCE
     SOURCE_HASH=sha512:26e98b6ea620260edca26ddd72fcf2566e6baf75f3c6fcda89b584c75fd5151e37394e6319ef1a9c94776615629b6b34aa4439570903da98958137ed950b1161
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
      LICENSE[0]=GPL
        WEB_SITE=http://geany.uvena.de/
         ENTERED=20051121
        KEYWORDS="ide devel"
           SHORT="fast and lightweight GTK+2 IDE"
cat << EOF
Geany is a small and lightweight integrated development environment. It was
developed to provide a small and fast IDE, which has only a few dependencies
from other packages. Another goal was to be as independent as possible from
a special Desktop Environment like KDE or GNOME.

Basic features of Geany:

    * syntax highlighting
    * code folding
    * code completion
    * auto completion of often used constructs like if, for and while
    * auto completion of XML and HTML tags
    * call tips
    * many supported filetypes like C/C++, Java, PHP, HTML, Python, Perl, Lua
    * symbol lists
EOF
