28 lines
972 B
Text
28 lines
972 B
Text
# Template file for 'mda-lv2'
|
|
pkgname=mda-lv2
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=waf
|
|
homepage="http://drobilla.net/software/mda-lv2/"
|
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
|
makedepends="pkg-config lv2 python"
|
|
short_desc="LV2 port of the MDA plugins by Paul Kellett."
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="GPL-3"
|
|
checksum=0eb88587b6f7a960a9a7adc5f733e74388ba0ae90db084a7d39c6e9cfedd6fb5
|
|
long_desc="
|
|
MDA-LV2 is an LV2 port of the MDA plugins by Paul Kellett. It contains 36
|
|
high-quality plugins for a variety of tasks.
|
|
|
|
This is a more or less faithful port of both the effects and instrument
|
|
plugins. The only functional difference in code is to support LV2-style
|
|
toggle ports (> 0.0 is on, rather than 0.5). All the plugins have been tested,
|
|
and thanks to several bug fixes this collection should be more reliable than
|
|
the original."
|
|
|
|
mda-lv2_package() {
|
|
depends="lv2 python"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|