opt/alsa-utils/Pkgfile
2013-05-26 04:18:34 -05:00

28 lines
656 B
Plaintext

# Description: ALSA utils
# URL: http://www.alsa-project.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: gettext, alsa-lib, dialog
name=alsa-utils
version=1.0.27.1
release=1
source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2 \
rc.alsa)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--disable-xmlto
# alsactl_init.7 is generated using xmlto, which we don't have
#touch alsactl/alsactl_init.7
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man/{fr,man7}
install -D -m 0755 $SRC/rc.alsa $PKG/etc/rc.d/alsa
}