pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="3688e2cc254e7ee49756def8cd5b1c91721edc00" type="tarbz2">http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/tidy-cvs_20101110.tar.bz2</Archive>
  16. </Source>
  17. <Package>
  18. <Name>tidy</Name>
  19. <Files>
  20. <Path fileType="executable">/usr/bin</Path>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <Package>
  26. <Name>tidy-devel</Name>
  27. <Summary>Development files for tidy</Summary>
  28. <RuntimeDependencies>
  29. <Dependency release="current">tidy</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="header">/usr/include</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="3">
  37. <Date>2017-03-01</Date>
  38. <Version>20101110</Version>
  39. <Comment>Rebuild for new toolchain.</Comment>
  40. <Name>Pisi Linux Community</Name>
  41. <Email>admin@pisilinux.org</Email>
  42. </Update>
  43. <Update release="2">
  44. <Date>2016-06-08</Date>
  45. <Version>20101110</Version>
  46. <Comment>Release Bump</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2012-10-04</Date>
  52. <Version>20101110</Version>
  53. <Comment>First release</Comment>
  54. <Name>PisiLinux Community</Name>
  55. <Email>admins@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>