From 659a1d36b562c2c6c5a94cb7d652543fbe1c52f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 30 Aug 2018 22:20:21 +0200 Subject: [PATCH] freecell-solver: initial add 4.20.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is required for upcoming update kde's kpat to 18.08.0. Signed-off-by: Andreas Müller --- .../freecell-solver/freecell-solver_4.20.0.bb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-support/freecell-solver/freecell-solver_4.20.0.bb diff --git a/recipes-support/freecell-solver/freecell-solver_4.20.0.bb b/recipes-support/freecell-solver/freecell-solver_4.20.0.bb new file mode 100644 index 00000000..b83931ef --- /dev/null +++ b/recipes-support/freecell-solver/freecell-solver_4.20.0.bb @@ -0,0 +1,21 @@ +SUMMARY = "Program that automatically solves layouts of Freecell and similar variants" +HOMEPAGE = "hhttp://fc-solve.shlomifish.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=767c2b76f9e7b88434106e0b8823a577" + +SRC_URI = "http://fc-solve.shlomifish.org/downloads/fc-solve/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "e01a1b6160f104b9402a9196aec35a68" +SRC_URI[sha256sum] = "869c210e7b63b0e0dcfb1c4a2322c41cfa8fbf8db01e7722254a7425a1ab7f81" + +inherit cmake perlnative + +DEPENDS += " \ + gperf-native \ + perl-path-tiny-native \ + perl-template-toolkit-native \ +" + +EXTRA_OECMAKE = " \ + -DFCS_WITH_TEST_SUITE=OFF \ + -DBUILD_STATIC_LIBRARY=OFF \ +"