           SPELL=embryo
if  [  "$EMBRYO_CVS"  ==  "y"  ];  then
  if  [  "$EMBRYO_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]=81d8118d6f8bbd69c5dc6943d5292c99
fi
      LICENSE[0]=BSD
        WEB_SITE=http://enlightenment.org/Libraries/Embryo/
         ENTERED=20040324
         UPDATED=20040324
           SHORT='Scripting language used in Enlightenment e17'
cat << EOF
Embryo implements a C like scripting language used in various parts of the
Enlightenment project, namely Edje. Embryo's scripting language is based on
CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999.
Embryo allows scripting capabilities in places that otherwise wouldn't support
basic programming structures such as in Edje EDCs.
EOF
