summaryrefslogtreecommitdiff
path: root/packages/libwpd
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-08 09:21:26 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-08 09:21:26 +0000
commit1adf1c842a2e0ba55b4f01a9c12f0e3096bf0628 (patch)
tree07a76d417747ccb8ae2273a3ca35ffff463a59d2 /packages/libwpd
parent8979ceed2e9ed94a2022a1c760bdec38e16e05d0 (diff)
parente1aa79108dc9335cee9aab3d0e5d60e8de473c46 (diff)
merge of '22a005b824014688c2c41c2dba34c42bf145a946'
and '8e90244a719ea0f6cc33218bf925484a5a4e1855'
Diffstat (limited to 'packages/libwpd')
-rw-r--r--packages/libwpd/libwpd_0.8.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/libwpd/libwpd_0.8.6.bb b/packages/libwpd/libwpd_0.8.6.bb
new file mode 100644
index 0000000000..9be164437d
--- /dev/null
+++ b/packages/libwpd/libwpd_0.8.6.bb
@@ -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
+}