From 344f38dac6db40d4f61492c3fabcdad965d9110b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 22 Apr 2016 01:15:16 +0200 Subject: [PATCH] grantlee: initial add 5.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/grantlee/grantlee_5.1.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-support/grantlee/grantlee_5.1.0.bb diff --git a/recipes-support/grantlee/grantlee_5.1.0.bb b/recipes-support/grantlee/grantlee_5.1.0.bb new file mode 100644 index 00000000..73c69cf2 --- /dev/null +++ b/recipes-support/grantlee/grantlee_5.1.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Libraries for text templating with Qt" +HOMEPAGE = "https://github.com/steveire/grantlee" +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" + +SRC_URI = "http://downloads.grantlee.org/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "57989ae9f7c113e682ef1713a6f1e92a" +SRC_URI[sha256sum] = "ea2e402466c74bb533eee2c7252209ec61cd93a5d236fecd625b4a0eb13a1478" + +inherit cmake_qt5 pkgconfig + +DEPENDS += "qtscript" + +FILES_${PN}-dev += "${libdir}/cmake"