alsa-utils: update to 1.1.6.
This commit is contained in:
parent
07e09386ff
commit
06d4841405
1 changed files with 6 additions and 7 deletions
|
@ -1,21 +1,20 @@
|
|||
# Template build file for 'alsa-utils'.
|
||||
pkgname=alsa-utils
|
||||
version=1.1.5
|
||||
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="ncurses-devel alsa-lib-devel libsamplerate-devel fftw-devel"
|
||||
depends="alsa-lib>=${version}"
|
||||
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"
|
||||
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
|
||||
checksum=320bd285e91db6e7fd7db3c9ec6f55b02f35449ff273c7844780ac6a5a3de2e8
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue