alsa-utils: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 23:01:40 +02:00
parent 2919ebce91
commit c9558af699

View file

@ -1,21 +1,19 @@
# Template build file for 'alsa-utils'. # Template build file for 'alsa-utils'.
pkgname=alsa-utils pkgname=alsa-utils
version=1.0.25 version=1.0.25
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2" revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-systemdsystemunitdir=/lib/systemd/system" make_dirs="/var/lib/alsa 0750 root root"
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system"
makedepends="pkg-config ncurses-devel alsa-lib-devel xmlto libsamplerate-devel" makedepends="pkg-config ncurses-devel alsa-lib-devel xmlto libsamplerate-devel"
revision=2
short_desc="The Advanced Linux Sound Architecture (ALSA) utils" short_desc="The Advanced Linux Sound Architecture (ALSA) utils"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.alsa-project.org" homepage="http://www.alsa-project.org"
license="GPL-2" license="GPL-2"
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
checksum=2e676a2f634bbfe279b260e10a96f617cb72ee63c5bbf6c5f96bb615705b302c checksum=2e676a2f634bbfe279b260e10a96f617cb72ee63c5bbf6c5f96bb615705b302c
long_desc=" long_desc="
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system. functionality to the Linux operating system.
This package includes the ALSA runtime utilities." This package includes the ALSA runtime utilities."
make_dirs="/var/lib/alsa 0750 root root"