pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>freecell-solver</Name>
  6. <Homepage>https://fc-solve.shlomifish.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.library</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
  15. <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>
  16. <Archive sha1sum="c4406149576d37fe625b4f62787d51d542c876aa" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-6.0.1.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>gperf</Dependency>
  20. <Dependency>perl-Moo</Dependency>
  21. <Dependency>python3-six</Dependency>
  22. <Dependency>perl-path-tiny</Dependency>
  23. <Dependency>rinutils-devel</Dependency>
  24. <Dependency>python3-random2</Dependency>
  25. <Dependency>python3-pysol_cards</Dependency>
  26. <Dependency>perl-template-toolkit</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>freecell-solver</Name>
  31. <Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
  32. <RuntimeDependencies>
  33. <Dependency>rinutils</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="executable">/usr/bin</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>freecell-solver-devel</Name>
  45. <Summary>Development files for freecell-solver</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">freecell-solver</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="library">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="3">
  56. <Date>2020-09-23</Date>
  57. <Version>6.0.1</Version>
  58. <Comment>Major version bump.</Comment>
  59. <Name>Blue Devil</Name>
  60. <Email>bluedevil@sctzine.com</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2020-01-13</Date>
  64. <Version>5.16.0</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Blue Devil</Name>
  67. <Email>bluedevil@sctzine.com</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2018-11-11</Date>
  71. <Version>5.0.0</Version>
  72. <Comment>First release</Comment>
  73. <Name>PisiLinux Community</Name>
  74. <Email>admins@pisilinux.org</Email>
  75. </Update>
  76. </History>
  77. </PISI>