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:
2325656
)
wv: cleanup, added missing fields (from Poky)
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Fri, 19 Oct 2007 13:55:49 +0000
(13:55 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Fri, 19 Oct 2007 13:55:49 +0000
(13:55 +0000)
packages/wv/wv_1.2.0.bb
patch
|
blob
|
history
diff --git
a/packages/wv/wv_1.2.0.bb
b/packages/wv/wv_1.2.0.bb
index
f7b948f
..
5b0a484
100644
(file)
--- a/
packages/wv/wv_1.2.0.bb
+++ b/
packages/wv/wv_1.2.0.bb
@@
-1,14
+1,17
@@
+DESCRIPTION = "Programs for accessing Microsoft Word documents"
+HOMEPAGE = "http://wvware.sourceforge.net/"
LICENSE = "GPLv2"
-
DEPENDS = "libgsf"
+PR = "r2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz"
-SRC_URI = "http://switch.dl.sourceforge.net/sourceforge/wvware/wv-${PV}.tar.gz"
+inherit autotools pkgconfig
S = "${WORKDIR}/${PN}-${PV}"
-inherit autotools pkgconfig
+EXTRA_OECONF = ""
do_stage () {
-
autotools_stage_all
+ autotools_stage_all
}
-