           SPELL=epeg
if  [  "$EPEG_CVS"  ==  "y"  ];  then
  if  [  "$EPEG_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/libs/$SPELL
   SOURCE_IGNORE=volatile
else
         VERSION=0.9.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
     SOURCE_HASH=sha512:0eff5e8d26f4a3d010eeb0ae8ab11c4e41753feb7da1c9d31ab60a37a8e3fd50c5fcf4c26009bec761c5147a2e22b8ca837c94494fe3745ee870879221795c58
fi
      LICENSE[0]=BSD
        WEB_SITE=http://enlightenment.org/Libraries/Epeg/
         ENTERED=20040311
        KEYWORDS="images enlightenment"
           SHORT='Enlightenment e17 JPEG thumbnailing library'
cat << EOF
Epeg is the worlds fastest JPEG thumbnailing library on the planet. Thanks to
the era of digital cameras it's not uncommon for users to have thousands or
tens of thousands of images, and thumbnailing this amazing quantity of images
can become an extremely lengthy task. Epeg can significantly cut the time it
takes to thumbnail and organize photos with a simple C library making it handy
for small personal thumbnailing or for inclusion in a larger application.
EOF
