# Description: ALSA utils # URL: http://www.alsa-project.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: gettext, alsa-lib, dialog name=alsa-utils version=1.0.17 release=1 source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2 \ rc.alsa) build() { cd $name-$version ./configure --prefix=/usr --disable-nls --mandir=/usr/man make make DESTDIR=$PKG install rm -rf $PKG/usr/share $PKG/usr/man/fr install -D -m 0755 $SRC/rc.alsa $PKG/etc/rc.d/alsa }