From: Koen Kooi Date: Sun, 13 Jul 2008 13:16:39 +0000 (+0000) Subject: libwpd: update to 0.8.14, fixes problems with gcc 4.3.x X-Git-Tag: Release-2010-05/1~6543^2~7^2~32^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54cf3ad40aac692ef3b1784548d69a0f495ef450;p=openembedded.git libwpd: update to 0.8.14, fixes problems with gcc 4.3.x --- diff --git a/packages/libwpd/libwpd_0.8.14.bb b/packages/libwpd/libwpd_0.8.14.bb new file mode 100644 index 0000000000..f54cfe5822 --- /dev/null +++ b/packages/libwpd/libwpd_0.8.14.bb @@ -0,0 +1,12 @@ +LICENSE = "LGPL" +DESCRIPTION = "libwpd is a C++ library designed to help process WordPerfect documents." +HOMEPAGE = "http://libwpd.sourceforge.net/index.html" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" +DEPENDS = "libgsf" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +}