diff options
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.bb | 15 |
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 @@ | |||
| 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;tag=v${PV}" | ||
| 12 | SRCREV = "3467749fd1c0ab6ca6ed424d053b1ea53c1bf67c" | ||
| 13 | |||
| 14 | |||
| 15 | inherit cmake | ||
