           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@thinktux.net:/root:e17/libs/$SPELL
   SOURCE_URL[1]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment: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
          MD5[0]=1bbe96a4a8a2c1c5fa4ed7f773aeae43
fi
      LICENSE[0]=BSD
        WEB_SITE=http://enlightenment.org/Libraries/Epeg/
         ENTERED=20040311
         UPDATED=20040311
           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
