           SPELL=geeqie
if [[ "${GEEQIE_SVN}" == "y" ]] ; then
  if  [[  "$GEEQIE_SVN_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
   SOURCE_IGNORE=volatile
          SOURCE=geeqie-svn.tar.bz2
   SOURCE_URL[0]=svn_http://geeqie.svn.sourceforge.net/svnroot/geeqie/trunk:geeqie
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/geeqie-svn
  FORCE_DOWNLOAD=on
else
         VERSION=1.0beta2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:4e0eca5d0cc1f927c158771e59713418705f88182c308be950b063a081c093a234eec4ede57b99c74add206a716be353fc1ab5e31959a13e9299f3a3546db33c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        WEB_SITE="http://geeqie.sourceforge.net/"
      LICENSE[0]=GPL
         ENTERED=20080726
           SHORT="a lightweight Gtk+ based image viewer"
cat << EOF
Geeqie has been forked from gqview project, because it was not possible to
contact gqview author and the only maintainer. Geeqie projects goal is to
move the development forward and also integrate the existing patches.

Geeqie implements a single-click interface to view images and traverse
the filesystem.  It can generate thumbnails, pipe images to external
editors, and display slideshows. (recommended by graphics guru)
EOF
