aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-08-01 15:34:52 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-05 12:02:41 +0200
commit1f24900e8613e6ac00558afb282d0c1ef0ea81eb (patch)
tree8c378d8a894f429128b0cfa6b13b04612fafa3cf /meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
parent6c22e11195c0717b16ba6b72e2b9ca6be39d1e3a (diff)
downloadmeta-openembedded-contrib-1f24900e8613e6ac00558afb282d0c1ef0ea81eb.tar.gz
wv: update to 1.2.4
Also fix automake foreign problems. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/wv/wv_1.2.4.bb')
-rw-r--r--meta-gnome/recipes-gnome/wv/wv_1.2.4.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
new file mode 100644
index 0000000000..6489c6f19f
--- /dev/null
+++ b/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Programs for accessing Microsoft Word documents"
+HOMEPAGE = "http://wvware.sourceforge.net/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f"
+
+DEPENDS = "libgsf glib-2.0 libpng"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \
+ file://pkgconfig.patch \
+ file://0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch \
+ "
+
+SRC_URI[md5sum] = "c1861c560491f121e12917fa76970ac5"
+SRC_URI[sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+EXTRA_OECONF = ""