mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
alsa-utils: new package, userland utils for alsa
This commit is contained in:
parent
a9022cff8f
commit
ff7bd93e6b
1 changed files with 28 additions and 0 deletions
28
srcpkgs/alsa-utils/template
Normal file
28
srcpkgs/alsa-utils/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template build file for 'alsa-utils'.
|
||||||
|
pkgname=alsa-utils
|
||||||
|
version=1.0.24.2
|
||||||
|
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="The Advanced Linux Sound Architecture (ALSA) utils"
|
||||||
|
maintainer="Mike Roset <mike.rosset@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 alsa-lib-devel
|
||||||
|
Add_dependency build alsa-lib-devel
|
||||||
|
Add_dependency build docbook-xsl
|
||||||
|
Add_dependency build gettext
|
||||||
|
Add_dependency build glibc-devel
|
||||||
|
Add_dependency build ncurses-devel
|
||||||
|
Add_dependency build xmlto
|
Loading…
Add table
Reference in a new issue