           SPELL=libexif
if [ "$LIBEXIF_CVS" == "y" ]; then
  if [ "$LIBEXIF_CVS_AUTOUPDATE" == "y" ]; then
          VERSION=$(date +%Y%m%d)
  else
          VERSION=cvs
  fi
           SOURCE=$SPELL-cvs.tar.bz2
    SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/libexif:libexif
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
    SOURCE_IGNORE=volatile
   FORCE_DOWNLOAD=on
else
          VERSION=0.6.13
      SOURCE_HASH=sha512:cec2eca720c43b25c00748e3df22a4fcb6e3f89293aa747004ec0b14c848412c1972be3df4952ea8d70d56a9c6f82ab76e9088e57fa76def86774d0ae7397715
           SOURCE=$SPELL-$VERSION.tar.bz2
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
       LICENSE[0]=GPL
         WEB_SITE=http://libexif.sourceforge.net/
          ENTERED=20030325
          UPDATED=20041019
        KEYWORDS="libs"
            SHORT="libexif - digital photography"
cat << EOF
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.
EOF
