           SPELL=evolve
if  [  "$EVOLVE_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=cvs
fi
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/libs/$SPELL
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
        WEB_SITE=http://www.enlightenment.org/
         ENTERED=20070619
      LICENSE[0]=BSD
        KEYWORDS="enlightenment"
           SHORT="a library to specify an Etk application's interface using an Edje"
cat << EOF
Evolve is a library that allows you to specify an Etk application's interface
using an Edje (C style) like language. The sources (.etk files) can be compiled
(into .eet files) and can then be hooked up to your applications logic.

Evolve also contains a gui, Evolve Builder that allows you to build Evolve
files using a graphical user interface (work in progress).
EOF
