blob: 714cccbc3c001e69f17673d07aa7d409932f03fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "free PDF library"
HOMEPAGE = "http://libharu.org"
DESCRIPTION = "libHaru is a library for generating PDF files. \
It is free, open source, written in ANSI C and cross platform. "
LICENSE = "Zlib"
LIC_FILES_CHKSUM = "file://LICENSE;md5=924546dab2bef90e370d7c0c090ddcf0"
DEPENDS += "libpng zlib"
SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https;tag=v${PV}"
SRCREV = "3467749fd1c0ab6ca6ed424d053b1ea53c1bf67c"
inherit cmake
|