summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libharu/libharu_2.4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libharu/libharu_2.4.6.bb')
-rw-r--r--meta-oe/recipes-support/libharu/libharu_2.4.6.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libharu/libharu_2.4.6.bb b/meta-oe/recipes-support/libharu/libharu_2.4.6.bb
new file mode 100644
index 0000000000..714cccbc3c
--- /dev/null
+++ b/meta-oe/recipes-support/libharu/libharu_2.4.6.bb
@@ -0,0 +1,15 @@
1SUMMARY = "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;tag=v${PV}"
12SRCREV = "3467749fd1c0ab6ca6ed424d053b1ea53c1bf67c"
13
14
15inherit cmake