blob: 02dc499e0319e4746ce2849c76cf3fe3d9da3b8a [file] [log] [blame]
Patrick Williams169d7bc2024-01-05 11:33:25 -06001SUMMARY = "free PDF library"
2HOMEPAGE = "http://libharu.org"
3DESCRIPTION = "libHaru is a library for generating PDF files. \
4 It is free, open source, written in ANSI C and cross platform. "
5
6LICENSE = "Zlib"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=924546dab2bef90e370d7c0c090ddcf0"
8
9DEPENDS += "libpng zlib"
10
11SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https"
12SRCREV = "0c598becaadaef8e3d12b883f9fc2864a118c12d"
13
14S = "${WORKDIR}/git"
15
16inherit cmake