           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_pre7
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
     SOURCE_HASH=sha512:e783745f9f1ba7ddeab222bde6315a27c7c9d0ed4f9605d863d012f5d65ac297cc9c7031f87e76fba597a01696bf259d21caba1f642dd39341b6af39afa52dcb
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
