25 lines
866 B
Bash
25 lines
866 B
Bash
# Template build file for 'alsa-utils'.
|
|
pkgname=alsa-utils
|
|
version=1.1.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d --disable-alsaconf
|
|
--with-alsactl-lock-dir=/run/lock"
|
|
hostmakedepends="pkg-config xmlto"
|
|
makedepends="libsamplerate-devel ncurses-devel"
|
|
depends="alsa-lib"
|
|
make_dirs="/var/lib/alsa 0750 root root"
|
|
short_desc="The Advanced Linux Sound Architecture (ALSA) utilities"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.alsa-project.org"
|
|
license="GPL-2.0-only"
|
|
distfiles="ftp://ftp.alsa-project.org/pub/utils/${pkgname}-${version}.tar.bz2"
|
|
checksum=155caecc40b2220f686f34ba3655a53e3bdbc0586adb1056733949feaaf7d36e
|
|
|
|
post_install() {
|
|
# Install required udev rules file.
|
|
make -C alsactl 90-alsa-restore.rules
|
|
vinstall alsactl/90-alsa-restore.rules 644 usr/lib/udev/rules.d
|
|
vsv alsa
|
|
}
|