Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame^] | 1 | SUMMARY = "Programs for accessing Microsoft Word documents" |
| 2 | HOMEPAGE = "http://wvware.sourceforge.net/" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f" |
| 5 | |
| 6 | DEPENDS = "libgsf glib-2.0 libpng" |
| 7 | |
| 8 | SRC_URI = "https://www.abisource.com/downloads/wv/${PV}/${BP}.tar.gz \ |
| 9 | file://0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch \ |
| 10 | file://0001-wvRTF.c-Specify-print-format-in-rtf_output.patch \ |
| 11 | " |
| 12 | |
| 13 | SRC_URI[md5sum] = "dbccf2e9f747e50c913b7e3d126b73f7" |
| 14 | SRC_URI[sha256sum] = "4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d" |
| 15 | |
| 16 | inherit autotools pkgconfig |
| 17 | |
| 18 | EXTRA_OECONF = "" |