           SPELL=openal
if [[ "$OPENAL_VERSION" == "scm" ]] ; then
  if  [[  "$OPENAL_SCM_AUTOUPDATE"  ==  "y"  ]] ;  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=scm
  fi
          SOURCE=${SPELL}_cvs-src.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}_cvs-src
   SOURCE_URL[0]=cvs://:pserver:guest:guest@opensource.creative.com:/usr/local/cvs-repository:openal
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
elif [[ "$OPENAL_VERSION" == "release" ]]; then
         VERSION=0.0.8
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://www.openal.org/openal_webstf/downloads/$SOURCE
     SOURCE_HASH=sha512:6cb254904c1b22843572a6e54584716778a7b4d6542606c099858b8fc16b644912f68eb89acd0ad9a307aad15405d5d34db10530dcf2f63b3aa082c34c75d92b
else
         VERSION=20050601
          SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://download.sourcemage.org/mirror/${SOURCE}
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
      PATCHLEVEL=1
        WEB_SITE=http://www.openal.org/
      LICENSE[0]=LGPL
         ENTERED=20030508
           SHORT="An open API for interactive, primarily spatialized audio."
cat << EOF
OpenAL, the Open Audio Library, is a joint effort to create an open,
vendor-neutral, cross-platform API for interactive, primarily spatialized
audio.  OpenAL's primary audience are application developers and desktop
users that rely on portable standards like OpenGL, for games and other
multimedia applications.  OpenAL is already supported by a number of
hardware vendors and developers.
EOF
