. "$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.1.6 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:33617ec6726ca11f66849c893a8dd9bf9faa8832374788819d9280159ac358c83443331faac24881df593cfd0b24b22769a41cbcb0af3c1fd781baab0c802d17 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