diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-02-26 23:10:00 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-27 08:25:49 -0800 |
| commit | fba148fefd34bd8b122cc931586f26106d6208a7 (patch) | |
| tree | 56954f9acf16253ffcf6296a34670837e51dd8b2 /meta-oe/recipes-support/libharu/libharu_2.3.0.bb | |
| parent | 997067e15eae80fa58b0c97a353606193f75f91c (diff) | |
| download | meta-openembedded-fba148fefd34bd8b122cc931586f26106d6208a7.tar.gz | |
libharu: New recipe
libHaru is a library for generating PDF files.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libharu/libharu_2.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/libharu/libharu_2.3.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libharu/libharu_2.3.0.bb b/meta-oe/recipes-support/libharu/libharu_2.3.0.bb new file mode 100644 index 0000000000..2d1a37c421 --- /dev/null +++ b/meta-oe/recipes-support/libharu/libharu_2.3.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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://README;md5=3ee6bc1f64d9cc7907f44840c8e50cb1" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/libharu/libharu.git;branch=2_3 \ | ||
| 10 | file://libharu-RELEASE_2_3_0_cmake.patch \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRCREV = "4ae1d5f4c84459f130bf1b1ef4c5c330af8eca5d" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit cmake | ||
| 18 | DEPENDS += "libpng zlib" | ||
| 19 | |||
| 20 | do_install_append() { | ||
| 21 | mkdir -p ${D}/${datadir}/libharu | ||
| 22 | mv ${D}/libharu ${D}/${datadir} | ||
| 23 | } | ||
