. "$GRIMOIRE/FUNCTIONS" SPELL=alsa-tools if [[ $ALSA_TOOLS_BRANCH == scm ]]; then VERSION=$(get_scm_version) SOURCE=$SPELL-git.tar.bz2 SOURCE_URL[0]=git://git.alsa-project.org/alsa-tools.git:alsa-tools-git SOURCE_IGNORE=volatile SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git FORCE_DOWNLOAD=1 else VERSION=1.2.5 SOURCE=$SPELL-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/tools/$SOURCE SOURCE_HASH=sha512:1c4ff947d9f2424056a6748e04a1250fb73443a3f470f61d0b563c91be082bc42d56e550d6cc27eaed3edcea2066a107e20455c959b053b5deafa2d811b7e498 fi GATHER_DOCS=off WEB_SITE=http://www.alsa-project.org/ ENTERED=20040525 LICENSE[0]=GPL KEYWORDS="alsa drivers audio" SHORT="Alsa tools for your sound card" cat << EOF Installs a tool specific to your sound card. Works with ALSA. This sorcery spell supports one and only one sound card. If you have more or it is ISA, then you will likely have to create a custom spell. EOF