git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c17055c
)
libwpd: update to 0.8.6
author
Koen Kooi
<koen@openembedded.org>
Sun, 6 Aug 2006 09:21:57 +0000
(09:21 +0000)
committer
Koen 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]
patch
|
blob
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
+++ 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
+}