pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gnuchess</Name>
  6. <Homepage>http://www.gnu.org/software/chess/chess.html</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Console based chess interface</Summary>
  14. <Description>GNU Chess lets most modern computers play a full game of chess. It has a plain terminal interface but supports visual interfaces such as X-Windows xboard.</Description>
  15. <Archive sha1sum="7c28be62d44998ce587f6f45acbd08fdaff7dc8b" type="targz">mirrors://gnu/chess/gnuchess-6.2.9.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>readline-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>gnuchess</Name>
  22. <RuntimeDependencies>
  23. <Dependency>readline</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="data">/usr/share/info</Path>
  29. <Path fileType="data">/usr/share/games</Path>
  30. <Path fileType="data">/usr/share/gnuchess</Path>
  31. <Path fileType="man">/usr/share/man/man1</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="4">
  36. <Date>2022-04-03</Date>
  37. <Version>6.2.9</Version>
  38. <Comment>Version Bump.</Comment>
  39. <Name>Ercan Ersoy</Name>
  40. <Email>ercanersoy@ercanersoy.net</Email>
  41. </Update>
  42. <Update release="3">
  43. <Date>2018-09-14</Date>
  44. <Version>6.2.5</Version>
  45. <Comment>Version Bump.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2017-05-05</Date>
  51. <Version>6.2.4</Version>
  52. <Comment>Rebuild with new toolchain</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2016-12-04</Date>
  58. <Version>6.2.4</Version>
  59. <Comment>First Release</Comment>
  60. <Name>Stefan Gronewold</Name>
  61. <Email>groni@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>