pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bzip2</Name>
  6. <Homepage>http://www.bzip.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BZIP2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A high-quality data compressor</Summary>
  14. <Description>bzip2 is high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.</Description>
  15. <Archive sha1sum="3f89f861209ce81a6bab1fd1998c0ef311712002" type="targz">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">bzip2-1.0.2-progress.patch</Patch>
  18. <Patch level="1">bzip2-1.0.4-bzip2recover.patch</Patch>
  19. <Patch level="1">bzip2-1.0.4-man-links.patch</Patch>
  20. <Patch>bzip2-1.0.6-saneso.patch</Patch>
  21. <Patch level="1">manpath.patch</Patch>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>bzip2</Name>
  26. <Files>
  27. <Path fileType="executable">/bin</Path>
  28. <Path fileType="library">/lib</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="header">/usr/include</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="3">
  37. <Date>2017-01-07</Date>
  38. <Version>1.0.6</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Ertuğrul Erata</Name>
  41. <Email>ertugrulerata@gmail.com</Email>
  42. </Update>
  43. <Update release="2">
  44. <Date>2016-04-27</Date>
  45. <Version>1.0.6</Version>
  46. <Comment>Release Bump</Comment>
  47. <Name>PisiLinux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2016-02-28</Date>
  52. <Version>1.0.6</Version>
  53. <Comment>First release</Comment>
  54. <Name>Ertuğrul Erata</Name>
  55. <Email>ertugrulerata@gmail.com</Email>
  56. </Update>
  57. </History>
  58. </PISI>