mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
547 B
BlitzBasic
19 lines
547 B
BlitzBasic
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"
|
|
PR = "r5"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \
|
|
file://pkgconfig.patch"
|
|
SRC_URI[md5sum] = "b6319d5e75611fe2210453b5feb82c0c"
|
|
SRC_URI[sha256sum] = "a76f44468e78591e6d510d326702e7c3999d2b9dd3ab8ab8c1c9811fd5b111e4"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
S = "${WORKDIR}/${PN}-${PV}"
|
|
|
|
EXTRA_OECONF = ""
|