21 lines
662 B
Bash
21 lines
662 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 gettext
|
|
perl-Locale-gettext perl-Locale-PO perl-XML-Parser"
|
|
makedepends="fftw-devel gettext-devel libgsm-devel libxml2-devel"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
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
|
|
}
|
|
|