. "$GRIMOIRE/FUNCTIONS"
           SPELL=alsa-utils
if [[ $ALSA_UTILS_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://git.alsa-project.org/alsa-utils.git:alsa-utils-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
  FORCE_DOWNLOAD=1
else
         VERSION=1.2.15
     SOURCE_HASH=sha512:34b275d8a3c56e59a9f9e440ee6859d70d5d69a992a80593b6bcdd0eb8ac8ee93878f4e63381eb310af82f287ed1b6f7593d2a03ab7acb487c98511355d11d82
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/utils/$SOURCE
# Watch: https://www.alsa-project.org/files/pub/utils/
fi
        WEB_SITE=http://www.alsa-project.org/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="alsa drivers audio"
           SHORT="ALSA utilities provides some sound programs that use the Advanced Linux Sound Architecture."
cat << EOF
ALSA utilities provides these sound programs that use the Advanced Linux Sound
Architecture API.
alsamixer - Native, curses-based mixer
amixer    - Native command-line mixer
aplay     - Simple, native command-line PCM (wav,au,raw,voc) player
arecord   - Simple, native command-line PCM recorder
aconnect  - ALSA sequencer connection manager
aseqnet   - ALSA sequencer connectors over network
alsactl   - Saves/restores mixer settings to/from /etc/asound.state
EOF
