opt/alsa-utils/Pkgfile

28 lines
643 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA utils
# URL: http://www.alsa-project.org/
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: gettext, alsa-lib, dialog
2006-02-23 16:26:10 +01:00
name=alsa-utils
2015-03-11 17:57:35 +01:00
version=1.0.29
2007-06-06 19:05:38 +02:00
release=1
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2 \
rc.alsa)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--disable-xmlto
2008-10-31 18:31:11 +01:00
# alsactl_init.7 is generated using xmlto, which we don't have
#touch alsactl/alsactl_init.7
2008-10-31 18:31:11 +01:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man/{fr,man7}
2008-10-31 18:31:11 +01:00
install -D -m 0755 $SRC/rc.alsa $PKG/etc/rc.d/alsa
2006-02-23 16:26:10 +01:00
}