aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libwmf/libwmf_0.2.8.4.bb
blob: cadcffc61d68ec891710c08416a2b8ee2b3322c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inherit autotools_stage

SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${PN}/${PV}/${P}.tar.gz;name=tarball \
           file://libwmf-0.2.8.4-intoverflow.patch;apply=yes                   \
           file://libwmf-0.2.8.4-useafterfree.patch;apply=yes"
SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0"
SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8"

DESCRIPTION = "Library for converting WMF files"
HOMEPAGE = "http://wvware.sourceforge.net/libwmf.html"
LICENSE = "GPL-2" 

SECTION = "libs"

PR="r1"