void-packages/srcpkgs/alsa-plugins/template

27 lines
952 B
Plaintext
Raw Normal View History

# Template build file for 'alsa-plugins'.
pkgname=alsa-plugins
2012-01-25 18:45:57 +00:00
version=1.0.25
revision=1
homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--disable-maemo-plugin --with-speex=lib"
makedepends="pkg-config alsa-lib-devel speex-devel ffmpeg-devel libsamplerate-devel pulseaudio-devel jack-devel"
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
2012-01-25 18:45:57 +00:00
checksum=a0e374fd6d5ee9683473a5b6e73dadde61d54851065ed670d6627d344b565aab
long_desc="
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
This package includes some ALSA extra plugins for PulseAudio, Speex,
FFmpeg's libavcodec library and libsamplerate."
conf_files="/etc/asound.conf"
post_install() {
vinstall ${FILESDIR}/asound.conf 644 etc
}