libwpd: update to 0.8.14, fixes problems with gcc 4.3.x
authorKoen Kooi <koen@openembedded.org>
Sun, 13 Jul 2008 13:16:39 +0000 (13:16 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 13 Jul 2008 13:16:39 +0000 (13:16 +0000)
packages/libwpd/libwpd_0.8.14.bb [new file with mode: 0644]

diff --git a/packages/libwpd/libwpd_0.8.14.bb b/packages/libwpd/libwpd_0.8.14.bb
new file mode 100644 (file)
index 0000000..f54cfe5
--- /dev/null
@@ -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
+}