From d7bf59c8cb5b9179f23968c68061615363f7c2b0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 28 Feb 2013 12:09:01 +0000 Subject: clutter-box2d: add, from oe-core This was removed from oe-core but it's still useful, so add it to meta-oe. Signed-off-by: Ross Burton Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/clutter/clutter-box2d.inc | 15 +++++++++++++++ meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 meta-oe/recipes-graphics/clutter/clutter-box2d.inc create mode 100644 meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb (limited to 'meta-oe/recipes-graphics/clutter') diff --git a/meta-oe/recipes-graphics/clutter/clutter-box2d.inc b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc new file mode 100644 index 0000000000..056b091847 --- /dev/null +++ b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "Clutter Box2D" +HOMEPAGE = "http://www.clutter-project.org/" +LICENSE = "LGPLv2.1+" + +# The main clutter lib is machine specific so we need to be too +PACKAGE_ARCH = "${MACHINE_ARCH}" + +inherit autotools pkgconfig gtk-doc + +do_install_append () { + install -d ${D}${bindir} + install ${S}/examples/.libs/blockbox ${D}${bindir} +} + +FILESPATH = "${FILE_DIRNAME}/clutter-box2d" diff --git a/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb b/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb new file mode 100644 index 0000000000..d256a285cc --- /dev/null +++ b/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb @@ -0,0 +1,14 @@ +require clutter-box2d.inc + +LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b" + +SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2" +PV = "0.12.1+git${SRCPV}" +PR = "r1" + +SRC_URI = "git://git.gnome.org/clutter-box2d.git" + +S = "${WORKDIR}/git" + +DEPENDS += "clutter-1.8" +PROVIDES = "clutter-box2d-1.6" -- cgit 1.2.3-korg