           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.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:3949b2717c70adb4e6b2c6db002042bcd1c3e9a5345991d3cba41de1765709ccf70fadfcde9dd221b1da03ef14512c746ab424cbc0d09617c52dbf445ee0243d
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
