pspec.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>bzip2</Name>
  6. <Homepage>http://www.bzip.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BZIP2</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>system.base</PartOf>
  14. <Summary>A high-quality data compressor</Summary>
  15. <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>
  16. <!-- @@@sourceware bzip2 -->
  17. <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz">https://www.sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive>
  18. <Patches>
  19. <Patch>bzip2-1.0.4-makefile-CFLAGS.patch</Patch>
  20. <Patch>bzip2-1.0.6-progress.patch</Patch>
  21. <Patch>bzip2-1.0.3-no-test.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="header">/usr/include</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>bzip2-32bit</Name>
  35. <PartOf>emul32</PartOf>
  36. <Summary>32-bit shared libraries for bzip2</Summary>
  37. <BuildType>emul32</BuildType>
  38. <Files>
  39. <Path fileType="library">/lib32</Path>
  40. <Path fileType="library">/usr/lib32</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>bzip2-docs</Name>
  45. <IsA>data:doc</IsA>
  46. <PartOf>system.doc</PartOf>
  47. <Summary>Documentation for bzip2 package.</Summary>
  48. <RuntimeDependencies>
  49. <Dependency release="current">bzip2</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="doc">/usr/share/doc</Path>
  53. </Files>
  54. </Package>
  55. <Package>
  56. <Name>bzip2-pages</Name>
  57. <IsA>data:doc</IsA>
  58. <PartOf>system.doc</PartOf>
  59. <Summary>Man pages for bzip2 package.</Summary>
  60. <RuntimeDependencies>
  61. <Dependency release="current">bzip2</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="man">/usr/share/man/</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="1">
  69. <Date>2020-04-24</Date>
  70. <Version>1.0.8</Version>
  71. <Comment>First release for SulinOS 2021</Comment>
  72. <Name>Suleyman Poyraz</Name>
  73. <Email>zaryob.dev@gmail.com</Email>
  74. </Update>
  75. </History>
  76. </INARY>