libwpd: update to 0.8.6
authorKoen Kooi <koen@openembedded.org>
Sun, 6 Aug 2006 09:21:57 +0000 (09:21 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 6 Aug 2006 09:21:57 +0000 (09:21 +0000)
packages/libwpd/libwpd_0.8.6.bb [new file with mode: 0644]

diff --git a/packages/libwpd/libwpd_0.8.6.bb b/packages/libwpd/libwpd_0.8.6.bb
new file mode 100644 (file)
index 0000000..9be1644
--- /dev/null
@@ -0,0 +1,14 @@
+LICENSE = "LGPL"
+DESCRIPTION = "libwpd is a C++ library designed to help process WordPerfect documents."
+HOMEPAGE = "http://libwpd.sourceforge.net/index.html"
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+
+
+inherit autotools pkgconfig
+
+
+do_stage() {
+autotools_stage_all
+}