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:
e0d701b
)
libwpd: update to 0.8.14, fixes problems with gcc 4.3.x
author
Koen Kooi
<koen@openembedded.org>
Sun, 13 Jul 2008 13:16:39 +0000
(13:16 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 13 Jul 2008 13:16:39 +0000
(13:16 +0000)
packages/libwpd/libwpd_0.8.14.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/libwpd/libwpd_0.8.14.bb
b/packages/libwpd/libwpd_0.8.14.bb
new file mode 100644
(file)
index 0000000..
f54cfe5
--- /dev/null
+++ b/
packages/libwpd/libwpd_0.8.14.bb
@@ -0,0
+1,12
@@
+LICENSE = "LGPL"
+DESCRIPTION = "libwpd is a C++ library designed to help process WordPerfect documents."
+HOMEPAGE = "http://libwpd.sourceforge.net/index.html"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+DEPENDS = "libgsf"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}