triceratops-lv2: initial add 0.3.1

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-09-10 20:44:30 +02:00
parent 893ed2d963
commit 0aa5a8d3b3

View File

@@ -0,0 +1,21 @@
SUMMARY = "Polyphonic synthesizer LV2 plugin"
HOMEPAGE = "http://thunderox.com/thor/?q=node/2"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS += " \
gtkmm \
jack \
lv2 \
liblo \
"
inherit waf pkgconfig
SRC_URI = "${SOURCEFORGE_MIRROR}/project/triceratops/${BPN}-v${PV}.tar.gz;subdir=${BPN}-${PV}"
SRC_URI[md5sum] = "cdd3e94b05247061820e17d7c3d900e4"
SRC_URI[sha256sum] = "0f678f2bebf5cd1e7aa3de82afa8bcbca64302cafb92d53dbb49143361517033"
FILES_${PN} += " \
${libdir}/lv2 \
"