alsa-utils: switch to /usr.
This commit is contained in:
parent
2919ebce91
commit
c9558af699
1 changed files with 4 additions and 6 deletions
|
@ -1,21 +1,19 @@
|
|||
# Template build file for 'alsa-utils'.
|
||||
pkgname=alsa-utils
|
||||
version=1.0.25
|
||||
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
|
||||
revision=3
|
||||
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"
|
||||
revision=2
|
||||
short_desc="The Advanced Linux Sound Architecture (ALSA) utils"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.alsa-project.org"
|
||||
license="GPL-2"
|
||||
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
|
||||
checksum=2e676a2f634bbfe279b260e10a96f617cb72ee63c5bbf6c5f96bb615705b302c
|
||||
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."
|
||||
|
||||
make_dirs="/var/lib/alsa 0750 root root"
|
||||
|
||||
|
|
Loading…
Reference in a new issue