           SPELL=scummvm_tools
         VERSION=${VERSION:=0.7.0}
if [ "$SCUMMVM_TOOLS_CVS" = "y" ] ; then
         VERSION=cvs 
  FORCE_DOWNLOAD=1 
          SOURCE=${SPELL}-${VERSION}_cvs-src.tar.bz2 
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/scummvm:tools 
   SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}_cvs-src 
else
          SOURCE=scummvm-tools-${VERSION}.tar.bz2 
   SOURCE_URL[0]=$SOURCEFORGE_URL/scummvm/$SOURCE 
     SOURCE_HASH=sha512:c724ba774df6eebc957a52ebc3bc670aef0ccdeb42ecc6b86c8e92b6b988dc75ada0056f21305a3f4aecf4b0e44b436098c802c5808a7ebd58282b5aa4831fc0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/scummvm-tools-${VERSION}
fi
        WEB_SITE=http://www.scummvm.org/
         ENTERED=20030319
         UPDATED=20040108
      LICENSE[0]=GPL
           SHORT="Tools for the SCUMM engine used in various Lucas Arts games"
cat << EOF
ScummVM is an implementation of the SCUMM (Script Creation Utility for Maniac Mansion) engine used in 
various Lucas Arts games such as Monkey Island and Day of the Tentacle. Also ScummVM is capable of 
playing several non-SCUMM games, at the moment this includes Simon The Sorcerer.
EOF
