void-packages/srcpkgs/alsa-utils/template

28 lines
912 B
Text
Raw Normal View History

# Template build file for 'alsa-utils'.
pkgname=alsa-utils
2012-09-07 07:24:30 +00:00
version=1.0.26
revision=2
build_style=gnu-configure
2012-07-10 07:42:26 +00:00
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system
--with-udev-rules-dir=/usr/lib/udev/rules.d"
hostmakedepends="pkg-config xmlto"
makedepends="ncurses-devel alsa-lib-devel libsamplerate-devel"
short_desc="The Advanced Linux Sound Architecture (ALSA) utils"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.alsa-project.org"
license="GPL-2"
2012-07-09 21:01:40 +00:00
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
2012-09-07 07:24:30 +00:00
checksum=f85f2a3aa6e78475bbe35b0cad3a8cabb99f45ebc5f37962f2137b8df8b081e7
long_desc="
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
This package includes the ALSA runtime utilities."
alsa-utils_package() {
make_dirs="/var/lib/alsa 0750 root root"
pkg_install() {
vmove usr
}
}