summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.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 000000000..6489c6f19
--- /dev/null
+++ b/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Programs for accessing Microsoft Word documents"
2HOMEPAGE = "http://wvware.sourceforge.net/"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f"
5
6DEPENDS = "libgsf glib-2.0 libpng"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \
9 file://pkgconfig.patch \
10 file://0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch \
11 "
12
13SRC_URI[md5sum] = "c1861c560491f121e12917fa76970ac5"
14SRC_URI[sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6"
15
16inherit autotools pkgconfig
17
18S = "${WORKDIR}/${PN}-${PV}"
19
20EXTRA_OECONF = ""