aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/pango
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-12 12:06:43 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-12 12:25:24 +0200
commit56b6aeef7f1418b7290710d1f8869d5a0288e0c6 (patch)
tree97fdeaf87b75a701375e87f112122a640cadf431 /meta-oe/recipes-graphics/pango
parent3966f4370accd26c1756a3be10eec5778cd48ccc (diff)
downloadmeta-openembedded-contrib-56b6aeef7f1418b7290710d1f8869d5a0288e0c6.tar.gz
pangomm: add 2.28.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/pango')
-rw-r--r--meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb21
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 0000000000..8e096676a4
--- /dev/null
+++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "C++ bindings for the pango library."
+SECTION = "libs"
+LICENSE = "LGPLv2.1 && GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
+ file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
+
+DEPENDS = "mm-common cairomm glibmm"
+
+SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.bz2"
+SRC_URI[md5sum] = "005a474863495d3c6267429a80da6cf2"
+SRC_URI[sha256sum] = "ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f"
+
+inherit autotools
+
+EXTRA_OECONF = " --disable-documentation "
+
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/"
+