nekobee: initial add

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2017-12-31 12:29:39 +01:00
parent eec93316d3
commit ae309d3cc1

View File

@@ -0,0 +1,22 @@
SUMMARY = "A softsynth recreation of a classic single-oscillator bass monosynth"
HOMEPAGE = "https://github.com/gordonjcp/nekobee"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit waf pkgconfig
DEPENDS += " \
gtk+ \
ladspa-sdk \
dssi \
liblo \
"
SRC_URI = "git://github.com/gordonjcp/${BPN}.git"
SRCREV = "593d4be0ff6b4279e1b2b1bacbd5b6b02221358a"
S = "${WORKDIR}/git"
PV = "0.2+git${SRCPV}"
FILES_${PN} += " \
${libdir}/dssi \
"