           SPELL=examine
if  [  "$EXAMINE_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
  FORCE_DOWNLOAD="on"
   SOURCE_IGNORE=volatile
      LICENSE[0]=BSD
        WEB_SITE=http://www.enlightenment.org/
         ENTERED=20040311
        KEYWORDS="enlightenment"
           SHORT='ecore_config Graphical Configuration Client'
cat << EOF
Examine is an interface for configuring applications that use ecore_config from
the Enlightenment Foundation Libraries (EFL). In the Examine package are two
applications, examine (still very basic) and exsh.
These applications connect to the configuration library and allow the user to
alter configurations.
EOF
