2011-07-13 07:09:11 +02:00
|
|
|
# Template build file for 'alsa-utils'.
|
|
|
|
pkgname=alsa-utils
|
2013-05-26 20:25:48 +02:00
|
|
|
version=1.0.27.1
|
2013-04-17 10:27:09 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-07-10 09:42:26 +02:00
|
|
|
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system
|
2013-04-17 10:27:09 +02:00
|
|
|
--with-udev-rules-dir=/usr/lib/udev/rules.d"
|
2013-03-24 12:14:37 +01:00
|
|
|
hostmakedepends="pkg-config xmlto"
|
2013-04-17 10:27:09 +02:00
|
|
|
makedepends="ncurses-devel alsa-lib-devel>=1.0.27 libsamplerate-devel"
|
2011-07-13 07:09:11 +02:00
|
|
|
short_desc="The Advanced Linux Sound Architecture (ALSA) utils"
|
2011-07-17 08:27:36 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-13 07:09:11 +02:00
|
|
|
homepage="http://www.alsa-project.org"
|
|
|
|
license="GPL-2"
|
2012-07-09 23:01:40 +02:00
|
|
|
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
|
2013-05-26 20:25:48 +02:00
|
|
|
checksum=3de65a2fae0ce679027be24cf477935d901038fa8bf7056130ea368e449a9350
|
2011-07-13 07:09:11 +02:00
|
|
|
long_desc="
|
|
|
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
|
|
|
functionality to the Linux operating system.
|
|
|
|
|
2011-10-11 04:55:44 +02:00
|
|
|
This package includes the ALSA runtime utilities."
|
2013-04-12 08:55:23 +02:00
|
|
|
|
|
|
|
alsa-utils_package() {
|
2013-04-17 10:27:09 +02:00
|
|
|
# Needs snd_pcm_abort() from >= 1.0.27.
|
|
|
|
depends="alsa-lib>=1.0.27"
|
2013-04-12 08:55:23 +02:00
|
|
|
make_dirs="/var/lib/alsa 0750 root root"
|
|
|
|
pkg_install() {
|
2013-05-26 20:25:48 +02:00
|
|
|
vmove all
|
2013-04-12 08:55:23 +02:00
|
|
|
}
|
|
|
|
}
|