           SPELL=exhibit
      PATCHLEVEL=2
if  [  "$EXHIBIT_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
        WEB_SITE=http://enlightenment.org/
         ENTERED=20051215
      LICENSE[0]=BSD
        KEYWORDS="enlightenment"
           SHORT="The Etk Image Viewer"
cat << EOF
Exhibit is an image viewer that uses Etk as its toolkit. Exhibit supports
image previews for image types supported by Evas and allows for each
directory changing using a point and click interface or a text input box with
tab autocompletion support. Common operations include zooming in and out,
rotation, resizing, and moving around of images on the filesystem. Other
features include drag and drop and image sorting.
EOF
