mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
Merge branch 'master' of github.com:vanilla/vanilla
This commit is contained in:
commit
916ec6a753
2 changed files with 29 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
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'telepathy-logger'
|
# Template file for 'telepathy-logger'
|
||||||
pkgname=telepathy-logger
|
pkgname=telepathy-logger
|
||||||
version=0.2.10
|
version=0.2.10
|
||||||
|
revision=1
|
||||||
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-static --disable-schemas-compile"
|
configure_args="--disable-static --disable-schemas-compile"
|
||||||
|
|
Loading…
Add table
Reference in a new issue