           SPELL=pyalsa
if [[ $PYALSA_GIT == y ]]; then
  if [[ $PYALSA_GIT_AUTOUPDATE == y ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://git.alsa-project.org/alsa-python.git:pyalsa-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
  FORCE_DOWNLOAD=1
else
         VERSION=1.0.17
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/$SPELL/$SOURCE
     SOURCE_HASH=sha512:1c1e583337713f71945352dcf1e8e5ddf0153b2bded7b7f94619133224924cce46a55e0c996cf13c21950b9b999074a69979b01dc32f7611b30894d8009b5ca5
fi
        WEB_SITE=http://www.alsa-project.org/
         ENTERED=20070612
      LICENSE[0]=GPL
        KEYWORDS="drivers audio python"
           SHORT="Python bindings for the Advanced Linux Sound Architecture"
cat << EOF
The Advanced Linux Sound Architecture project is being developed in the Linux
operating system.

Primary goals:
1. Create a fully modularized sound driver which supports kerneld and kmod.
2. Create the ALSA Kernel API which surpasses the current OSS API.
3. Maintain compatibility with most OSS/Lite binaries.
4. Create the ALSA Library (C, C++), which simplifies ALSA application
   development.
5. Create the ALSA Manager, an interactive configuration program for the driver.
EOF
