           SPELL=ecore
if  [  "$ECORE_CVS"  ==  "y"  ];  then
  if  [  "$ECORE_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
   SOURCE_IGNORE=volatile
      PATCHLEVEL=1
else
         VERSION=1.0.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://download.enlightenment.org/releases/$SOURCE
     SOURCE_HASH=sha512:e4739f43abbbce8e78ad739fab9cedb1a6bcf1684958a17b5490f3b7fe00ae90177d26365d43d10708d3a31bfb255991f7be72442f8101840f8cbac8de842cb5
fi
      LICENSE[0]=BSD
        WEB_SITE=http://enlightenment.org/Libraries/Ecore/
         ENTERED=20011101
        KEYWORDS="enlightenment"
           SHORT="Core functions for e17"
cat << EOF
What is Ecore? It is the core event abstraction layer and X abstraction layer
that makes doing selections, Xdnd, general X stuff, and event loops, timeouts
and idle handlers fast, optimized, and convenient. It's a separate library so
anyone can make use of the work put into Ecore to make this job easy for
applications.

Ecore is completely modular. At its base is the event handlers and timers, and
initialization and shutdown functions.
EOF
