lrdf: initial add 0.5.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
19
recipes-misc/recipes-multimedia/lrdf/lrdf_0.5.0.bb
Normal file
19
recipes-misc/recipes-multimedia/lrdf/lrdf_0.5.0.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Lightweight RDF"
|
||||
DESCRIPTION = "A lightweight RDF library for accessing plugin metadata in the LADSPA plugin system"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "raptor2"
|
||||
|
||||
SRC_URI = "git://github.com/swh/LRDF.git"
|
||||
SRCREV = "7ebc03286f4ec180acae27565028f8d45055df2e"
|
||||
PV = "0.5.0"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install_append() {
|
||||
sed -i 's:${STAGING_INCDIR}:${includedir}:g' ${D}/${libdir}/pkgconfig/lrdf.pc
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/ladspa"
|
||||
Reference in New Issue
Block a user