freecell-solver: upgrade 5.0.0 -> 5.24.0
There are 6.x versions available but those have nasty cpan dependencies Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,18 +1,23 @@
|
|||||||
SUMMARY = "Program that automatically solves layouts of Freecell and similar variants"
|
SUMMARY = "Program that automatically solves layouts of Freecell and similar variants"
|
||||||
HOMEPAGE = "hhttp://fc-solve.shlomifish.org/"
|
HOMEPAGE = "https://www.shlomifish.org/open-source/projects/freecell-solver/"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.asciidoc;md5=767c2b76f9e7b88434106e0b8823a577"
|
LIC_FILES_CHKSUM = "file://COPYING.asciidoc;md5=767c2b76f9e7b88434106e0b8823a577"
|
||||||
|
|
||||||
SRC_URI = "http://fc-solve.shlomifish.org/downloads/fc-solve/${BPN}-${PV}.tar.xz"
|
SRC_URI = "http://fc-solve.shlomifish.org/downloads/fc-solve/${BPN}-${PV}.tar.xz"
|
||||||
SRC_URI[md5sum] = "def258dd81ac99928fa9187ff16a6285"
|
SRC_URI[sha256sum] = "34b924e2774ef167d673055c32a829edb1fc9b44112544e99834272a8119af76"
|
||||||
SRC_URI[sha256sum] = "696717df7e4fab2d5a038b26cc23e2259f7b68a101bc8a4855dffa2841699dfd"
|
PV = "5.24.0"
|
||||||
|
|
||||||
inherit cmake perlnative
|
inherit cmake perlnative python3native
|
||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
gperf-native \
|
gperf-native \
|
||||||
perl-path-tiny-native \
|
perl-path-tiny-native \
|
||||||
perl-template-toolkit-native \
|
perl-template-toolkit-native \
|
||||||
|
python3-random2-native \
|
||||||
|
python3-six-native \
|
||||||
|
pysol-cards-native \
|
||||||
|
gmp \
|
||||||
|
rinutils \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OECMAKE = " \
|
EXTRA_OECMAKE = " \
|
||||||
@@ -24,3 +29,5 @@ EXTRA_OECMAKE = " \
|
|||||||
# was: 'probably-redundant RPATH /usr/lib' - not exactly a bad breaker. Looked
|
# was: 'probably-redundant RPATH /usr/lib' - not exactly a bad breaker. Looked
|
||||||
# into but could't find why this is thrown - so ignore for now.
|
# into but could't find why this is thrown - so ignore for now.
|
||||||
INSANE_SKIP_${PN} = "useless-rpaths"
|
INSANE_SKIP_${PN} = "useless-rpaths"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "pysol-cards"
|
||||||
Reference in New Issue
Block a user