           SPELL=engrave
if  [  "$ENGRAVE_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@thinktux.net:/root:e17/libs/$SPELL
   SOURCE_URL[1]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment:e17/libs/$SPELL
  FORCE_DOWNLOAD="on"
   SOURCE_IGNORE=volatile
      LICENSE[0]=BSD
        WEB_SITE=http://www.enlightenment.org/
         ENTERED=20040924
         UPDATED=20040924
           SHORT="edje editing library"
cat << EOF
Engrave is a library for editing the contents of an edje .eet file.
EOF
