From ceadbe98d3ff40645431b22825fabf8447051f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 8 Nov 2015 00:25:04 +0100 Subject: [PATCH] libgltf: initial add 0.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/libgltf/libgltf_0.0.2.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-support/libgltf/libgltf_0.0.2.bb diff --git a/recipes-support/libgltf/libgltf_0.0.2.bb b/recipes-support/libgltf/libgltf_0.0.2.bb new file mode 100644 index 0000000..8522d59 --- /dev/null +++ b/recipes-support/libgltf/libgltf_0.0.2.bb @@ -0,0 +1,13 @@ +SUMMARY = "A library for rendering glTF models" +HOMEPAGE = "https://wiki.documentfoundation.org/Development/libgltf" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=9741c346eef56131163e13b9db1241b3 \ +" +SRC_URI = "http://dev-www.libreoffice.org/src/${BPN}/${BPN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "d63a9f47ab048f5009d90693d6aa6424" +SRC_URI[sha256sum] = "d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b" + +inherit autotools pkgconfig + +DEPENDS = "glew glm"