UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

alsa-tools

The ALSA Tools package contains advanced tools for certain sound cards.

Package info

Template:
Codename: alsa-tools
Source file: alsa-tools-1.2.5.tar.bz2
Source file size: 1880907
Source file MD5-checkum: ce632a6c89ed47ee74ba415276a6a3cc
Source directory: alsa-tools-1.2.5
Package URL: https://umvirt.com/linux/downloads/0.2/packages/a/alsa-tools-1.2.5.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/a/alsa-tools-1.2.5.tar.bz2.md5sum
Dependances: alsa-lib.
Dependance of: alsa-firmware, ALSA.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
rm -rf qlo10k1 Makefile gitcompile

for tool in *
do
  case $tool in
    seq )
      tool_dir=seq/sbiload
    ;;
    * )
      tool_dir=$tool
    ;;
  esac

  pushd $tool_dir
    ./configure --prefix=/usr
  popd

done

Build script:
for tool in *
do
  case $tool in
    seq )
      tool_dir=seq/sbiload
    ;;
    * )
      tool_dir=$tool
    ;;
  esac

  pushd $tool_dir
    make
  popd

done

Install script:
for tool in *
do
  case $tool in
    seq )
      tool_dir=seq/sbiload
    ;;
    * )
      tool_dir=$tool
    ;;
  esac

  pushd $tool_dir
    make install
    /sbin/ldconfig
  popd

done