71 lines
2.9 KiB
XML
71 lines
2.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>freecell-solver</Name>
|
|
<Homepage>https://fc-solve.shlomifish.org/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
|
|
<Description>This is Freecell Solver - a program that automatically solves layouts of Freecell and similar variants of Card Solitaire such as Eight Off, Forecell, and Seahaven Towers, as well as Simple Simon boards.</Description>
|
|
<Archive sha1sum="38c48ba148214397d10354babc1f4d9c9eb775bf" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-5.16.0.tar.xz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
<Dependency>gperf</Dependency>
|
|
<Dependency>python3-six</Dependency>
|
|
<Dependency>perl-path-tiny</Dependency>
|
|
<Dependency>python3-random2</Dependency>
|
|
<Dependency>rinutils-devel</Dependency>
|
|
<Dependency>python3-pysol_cards</Dependency>
|
|
<Dependency>perl-template-toolkit</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>freecell-solver</Name>
|
|
<Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>rinutils</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>freecell-solver-devel</Name>
|
|
<Summary>Development files for freecell-solver</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">freecell-solver</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2020-01-13</Date>
|
|
<Version>5.16.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2018-11-11</Date>
|
|
<Version>5.0.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |