Files
main/programming/library/freecell-solver/pspec.xml
T
2019-02-06 21:40:32 +03:00

61 lines
2.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://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>Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program</Description>
<Archive sha1sum="b7c5e970b0daeee04416ae314f4e9be6106dbc83" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-5.0.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>perl-template-toolkit</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>freecell-solver</Name>
<RuntimeDependencies>
</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="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>