UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

black-hole-solver

A solver, written in C, to solve Golf solitaire, the Solitaire variant called “Black Hole” and the one called “All in a Row”.

Package info

Template:
Codename: black-hole-solver
Source file: black-hole-solver-1.14.0.tar.xz
Source directory: black-hole-solver-1.14.0
Package URL: black-hole-solver-1.14.0.tar.xz
Package md5-checksum URL: black-hole-solver-1.14.0.tar.xz.md5sum
Dependances: perl-Path-Tiny.
Dependance of: kpat.
Patches: *** NO PATCHES FOUND ***
Addons: rinutils-4c8d28a6bb9cf055183c97363073dc5b31e2d5ce.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
tar -xf ../rinutils-4c8d28a6bb9cf055183c97363073dc5b31e2d5ce.tar.gz
mv rinutils-4c8d28a6bb9cf055183c97363073dc5b31e2d5ce rinutils

mkdir build &&
cd    build

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D BUILD_STATIC_LIBRARY=OFF  \
      ..

Build script:
cd    build
make

Install script:
cd    build
make install