diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-12 12:06:43 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-12 12:25:24 +0200 |
commit | 56b6aeef7f1418b7290710d1f8869d5a0288e0c6 (patch) | |
tree | 97fdeaf87b75a701375e87f112122a640cadf431 /meta-oe/recipes-graphics | |
parent | 3966f4370accd26c1756a3be10eec5778cd48ccc (diff) | |
download | meta-openembedded-56b6aeef7f1418b7290710d1f8869d5a0288e0c6.tar.gz |
pangomm: add 2.28.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb new file mode 100644 index 000000000..8e096676a --- /dev/null +++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "C++ bindings for the pango library." | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPLv2.1 && GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | ||
5 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | DEPENDS = "mm-common cairomm glibmm" | ||
8 | |||
9 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | ||
10 | |||
11 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.bz2" | ||
12 | SRC_URI[md5sum] = "005a474863495d3c6267429a80da6cf2" | ||
13 | SRC_URI[sha256sum] = "ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f" | ||
14 | |||
15 | inherit autotools | ||
16 | |||
17 | EXTRA_OECONF = " --disable-documentation " | ||
18 | |||
19 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
20 | FILES_${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/" | ||
21 | |||