UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ 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 file size: 100012
Source file MD5-checkum: 8fadfd3ca3afbaa01c22d133edbfbe2a
Source directory: black-hole-solver-1.14.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/games/black-hole-solver-1.14.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/games/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