opt/alsa-utils/Pkgfile

25 lines
560 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA utils
# URL: http://www.alsa-project.org/
2015-11-24 04:22:38 +01:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: gettext, alsa-lib, dialog
2006-02-23 16:26:10 +01:00
name=alsa-utils
2024-02-04 22:43:53 +01:00
version=1.2.11
2016-08-08 00:23:35 +02:00
release=1
source=(https://www.alsa-project.org/files/pub/utils/$name-$version.tar.bz2 \
rc.alsa)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
2015-11-24 07:29:40 +01:00
--disable-bat \
--disable-nls \
--disable-xmlto
2008-10-31 18:31:11 +01:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/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
}