void-packages/srcpkgs/alsa-utils/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

26 lines
879 B
Text

# Template build file for 'alsa-utils'.
pkgname=alsa-utils
version=1.0.24.2
revision=3
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
short_desc="The Advanced Linux Sound Architecture (ALSA) utils"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.alsa-project.org"
license="GPL-2"
checksum=95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2
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."
Add_dependency run alsa-lib
Add_dependency run glibc
Add_dependency run ncurses-libs
Add_dependency build pkg-config
Add_dependency build alsa-lib-devel
Add_dependency build gettext
Add_dependency build xmlto