pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>black-hole-solver</Name>
  6. <Homepage>https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>The Black Hole Solitaire Solver Executable</Summary>
  14. <Description>The Black Hole Solitaire Solver Executable</Description>
  15. <Archive sha1sum="562ddbcc28a940ddd508314ff5d474df14b3258f" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.12.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>perl-path-tiny</Dependency>
  19. <Dependency>python3-devel</Dependency>
  20. <Dependency>rinutils-devel</Dependency>
  21. </BuildDependencies>
  22. <!--
  23. <Patches>
  24. <Patch>black-hole-solver.patch</Patch>
  25. <Patch level="1">black-hole-solver.patch</Patch>
  26. </Patches>
  27. -->
  28. </Source>
  29. <Package>
  30. <Name>black-hole-solver</Name>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>black-hole-solver-devel</Name>
  41. <Summary>Development files for black-hole-solver</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">black-hole-solver</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/lib/cmake</Path>
  48. <Path fileType="library">/usr/lib/pkgconfig</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="2">
  53. <Date>2023-11-04</Date>
  54. <Version>1.12.0</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2021-05-10</Date>
  61. <Version>1.10.1</Version>
  62. <Comment>First release</Comment>
  63. <Name>Pisi Linux Admins</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>