void-packages/srcpkgs/swh-plugins/template
cr6git e4c38b148a New package: pulseeffects-3.0.9
Closes #9684.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2017-12-05 19:05:03 +01:00

22 lines
657 B
Bash

# Template file for 'swh-plugins'
pkgname=swh-plugins
version=0.4.17
revision=1
wrksrc="ladspa-${version}"
conflicts="swh-lv2"
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config
perl-Locale-gettext perl-Locale-PO perl-XML-Parser"
makedepends="fftw-devel gettext-devel libgsm-devel libxml2-devel"
maintainer="cr6git <quark6@protonmail.com>"
homepage="http://plugin.org.uk/"
short_desc="The SWH Plugins package for the LADSPA plugin system"
license="GPL-2"
distfiles="https://github.com/swh/ladspa/archive/v${version}.tar.gz"
checksum=d1b090feec4c5e8f9605334b47faaad72db7cc18fe91d792b9161a9e3b821ce7
pre_configure() {
autoreconf -fi
}