From: Koen Kooi Date: Tue, 6 Jun 2006 10:01:05 +0000 (+0000) Subject: wbxml2: add 0.9.0 X-Git-Tag: Release-2010-05/1~9453^2~1419^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf281e3bc19d1d80c06a0f819e0f9682b6e1199;p=openembedded.git wbxml2: add 0.9.0 --- diff --git a/packages/opensync/wbxml2_0.9.0.bb b/packages/opensync/wbxml2_0.9.0.bb new file mode 100644 index 0000000000..1b009025c2 --- /dev/null +++ b/packages/opensync/wbxml2_0.9.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "parser for wbxml" +LICENSE = "GPLv2" + +DEPENDS = "libxml2 sed-native" + +SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}-src.tar.gz" + +inherit autotools pkgconfig + +do_configure_append() { + sed -i s:-I/usr/include::g Makefile + sed -i s:-I/usr/include::g */Makefile +} + + +PACKAGES += "${PN}-tools" + +FILES_${PN}-tools = "${bindir}" +FILES_${PN} = "${libdir}/*.so.*" + +