From: Martin Jansa Date: Wed, 18 Nov 2009 12:41:38 +0000 (+0100) Subject: libsyncml: add version 0.5.4 from SHR X-Git-Tag: Release-2010-05/1~1648^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea85d940c79995c667eb39cc512b52da72af6144;p=openembedded.git libsyncml: add version 0.5.4 from SHR Signed-off-by: Martin Jansa --- diff --git a/recipes/opensync/libsyncml_0.5.4.bb b/recipes/opensync/libsyncml_0.5.4.bb new file mode 100644 index 0000000000..cf5c5b9135 --- /dev/null +++ b/recipes/opensync/libsyncml_0.5.4.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "Libsyncml is an implementation of the SyncML protocol." +HOMEPAGE = "https://libsyncml.opensync.org/" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +DEPENDS = "libxml2 glib-2.0" +RRECOMMENDS = "wbxml2 openobex libsoup" + +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz \ + " + +inherit cmake pkgconfig + +EXTRA_OECMAKE += " . -B${WORKDIR}/build " + +PACKAGES += "${PN}-tools" + +FILES_${PN}-tools = "${bindir}" +FILES_${PN} = "${libdir}/*.so.*" + +do_build_prepend() { + cd ${WORKDIR}/build +} + +do_install_prepend() { + cd ${WORKDIR}/build +} \ No newline at end of file