           SPELL=supercollider
if  [[  "$SUPERCOLLIDER_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[1]=svn_https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk:$SPELL-cvs
   SOURCE_IGNORE=volatile
        WEB_SITE=http://supercollider.sourceforge.net/
         ENTERED=20031208
      LICENSE[0]=GPL
        KEYWORDS="editors audio"
           SHORT="State of the art, realtime sound synthesis server"
cat << EOF
SuperCollider is a state of the art, realtime sound synthesis server as
well as an interpreted Object Oriented language which is based on
Smalltalk but with C language family syntax. The language functions as a
network client to the sound synthesis server.
EOF
