1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>black-hole-solver</Name>
- <Homepage>https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>The Black Hole Solitaire Solver Executable</Summary>
- <Description>The Black Hole Solitaire Solver Executable</Description>
- <Archive sha1sum="562ddbcc28a940ddd508314ff5d474df14b3258f" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.12.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>perl-path-tiny</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>rinutils-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>black-hole-solver.patch</Patch>
- <Patch level="1">black-hole-solver.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>black-hole-solver</Name>
- <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>black-hole-solver-devel</Name>
- <Summary>Development files for black-hole-solver</Summary>
- <RuntimeDependencies>
- <Dependency release="current">black-hole-solver</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-11-04</Date>
- <Version>1.12.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-05-10</Date>
- <Version>1.10.1</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|