pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>tidy</Name>
  6. <Homepage>http://tidy.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>HTML and XML error checking</Summary>
  14. <Description>tidy, as the name suggests, tidies the layout of and corrects errors in HTML and XML documents.</Description>
  15. <Archive sha1sum="bd6812f3493095c4ca42be11fe3884d1da11c361" type="targz">https://github.com/htacg/tidy-html5/archive/5.6.0/tidy-html5-5.6.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>libxslt-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>tidy</Name>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>tidy-devel</Name>
  32. <Summary>Development files for tidy</Summary>
  33. <RuntimeDependencies>
  34. <Dependency release="current">tidy</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="library">/usr/lib/pkgconfig</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="5">
  43. <Date>2019-04-18</Date>
  44. <Version>5.6.0</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="4">
  50. <Date>2018-08-10</Date>
  51. <Version>20101110</Version>
  52. <Comment>Rebuild New T.</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="3">
  57. <Date>2017-03-01</Date>
  58. <Version>20101110</Version>
  59. <Comment>Rebuild for new toolchain.</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="2">
  64. <Date>2016-06-08</Date>
  65. <Version>20101110</Version>
  66. <Comment>Release Bump</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2012-10-04</Date>
  72. <Version>20101110</Version>
  73. <Comment>First release</Comment>
  74. <Name>PisiLinux Community</Name>
  75. <Email>admins@pisilinux.org</Email>
  76. </Update>
  77. </History>
  78. </PISI>