pspec.xml 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz">https://sourceware.org/pub/bzip2/bzip2-1.0.8.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.8-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="7">
  37. <Date>2023-01-28</Date>
  38. <Version>1.0.8</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Mustafa Cinasal</Name>
  41. <Email>muscnsl@gmail.com</Email>
  42. </Update>
  43. <Update release="6">
  44. <Date>2020-12-09</Date>
  45. <Version>1.0.6</Version>
  46. <Comment>Rebuild</Comment>
  47. <Name>Idris Kalp</Name>
  48. <Email>idriskalp@gmail.com</Email>
  49. </Update>
  50. <Update release="5">
  51. <Date>2019-10-01</Date>
  52. <Version>1.0.6</Version>
  53. <Comment>Rebuild</Comment>
  54. <Name>Idris Kalp</Name>
  55. <Email>idriskalp@gmail.com</Email>
  56. </Update>
  57. <Update release="4">
  58. <Date>2018-07-15</Date>
  59. <Version>1.0.6</Version>
  60. <Comment>Rebuild</Comment>
  61. <Name>Ertuğrul Erata</Name>
  62. <Email>ertugrulerata@gmail.com</Email>
  63. </Update>
  64. <Update release="3">
  65. <Date>2017-01-07</Date>
  66. <Version>1.0.6</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Ertuğrul Erata</Name>
  69. <Email>ertugrulerata@gmail.com</Email>
  70. </Update>
  71. <Update release="2">
  72. <Date>2016-04-27</Date>
  73. <Version>1.0.6</Version>
  74. <Comment>Release Bump</Comment>
  75. <Name>PisiLinux Community</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="1">
  79. <Date>2016-02-28</Date>
  80. <Version>1.0.6</Version>
  81. <Comment>First release</Comment>
  82. <Name>Ertuğrul Erata</Name>
  83. <Email>ertugrulerata@gmail.com</Email>
  84. </Update>
  85. </History>
  86. </PISI>