summaryrefslogtreecommitdiff
path: root/packages/libwpd/libwpd_0.8.4.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-04-15 03:50:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-15 03:50:10 +0000
commit7c0807ddc5e8f0e65da7b1a88692e788fcfb2516 (patch)
tree3e031a5c1ddf28a130179da3e02ffe748bf0dbc6 /packages/libwpd/libwpd_0.8.4.bb
parentb1c4f9d640fefdb8442d7608840232d0bbea057d (diff)
parent66c4894730379eb318aace935f0ed96c0a69bb1e (diff)
merge of b387bb17fbe66898242adaa29f44ed4c12eaea1e
and ccbffbb600e43462f6435f1404be257286d4909d
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
+}