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