opt/alsa-utils/Pkgfile
2008-02-08 14:09:47 +01:00

20 lines
492 B
Plaintext

# 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.16
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
}