summaryrefslogtreecommitdiff
path: root/packages/libwpd/libwpd_0.8.4.bb
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-04-16 12:32:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-16 12:32:20 +0000
commita55ff33a61a855119b2153e4efd0bb70848d4c56 (patch)
tree5bde8ddc5ba4ca19bdc814306dd1f7b02282caf6 /packages/libwpd/libwpd_0.8.4.bb
parente548219776e8934492025573169b3c5e2f8a79d1 (diff)
parent969946fde68de68d55fc247dae905ce286c6f1a3 (diff)
merge of cfbb957e3ada5af6623a77618cbb69b758ffa0df
and fb37f14ba39a48391acea0b175557d1be9cd9e43
Diffstat (limited to 'packages/libwpd/libwpd_0.8.4.bb')
-rw-r--r--packages/libwpd/libwpd_0.8.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/libwpd/libwpd_0.8.4.bb b/packages/libwpd/libwpd_0.8.4.bb
new file mode 100644
index 0000000000..9be164437d
--- /dev/null
+++ b/packages/libwpd/libwpd_0.8.4.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
+}