pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zziplib</Name>
  6. <Homepage>https://github.com/gdraheim/zziplib</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <License>MPL-1.1</License>
  13. <License>ZLIB</License>
  14. <IsA>app:console</IsA>
  15. <IsA>library</IsA>
  16. <PartOf>util.archive</PartOf>
  17. <Summary>libZ-based ZIP-access Library.</Summary>
  18. <Description>
  19. The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access.
  20. </Description>
  21. <Archive sha1sum="a48917744eefc5c31d9e5d66352b847d675686c9" type="targz">
  22. https://github.com/gdraheim/zziplib/archive/v0.13.78/zziplib-0.13.78.tar.gz
  23. </Archive>
  24. <BuildDependencies>
  25. <Dependency>cmake</Dependency>
  26. <Dependency>xmlto</Dependency>
  27. <Dependency>ninja</Dependency>
  28. <Dependency>zlib-devel</Dependency>
  29. <Dependency>aalib-devel</Dependency>
  30. <Dependency>docbook-xsl</Dependency>
  31. <Dependency>docbook-xml</Dependency>
  32. <Dependency>python3-six</Dependency>
  33. <Dependency>python3-devel</Dependency>
  34. <Dependency>libxslt-devel</Dependency>
  35. <Dependency>libsdl2-devel</Dependency>
  36. </BuildDependencies>
  37. <Patches>
  38. <!-- <Patch level="1">missing.patch</Patch> -->
  39. </Patches>
  40. </Source>
  41. <Package>
  42. <Name>zziplib</Name>
  43. <RuntimeDependencies>
  44. <Dependency>zlib</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="man">/usr/share/man/man3</Path>
  50. <Path fileType="doc">/usr/share/doc</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>zziplib-devel</Name>
  55. <Summary>Development files for zziplib</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">zziplib</Dependency>
  58. <Dependency>libsdl2-devel</Dependency>
  59. <Dependency>zlib-devel</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="header">/usr/include</Path>
  63. <Path fileType="data">/usr/lib/cmake</Path>
  64. <Path fileType="data">/usr/lib/pkgconfig</Path>
  65. <Path fileType="data">/usr/share/aclocal</Path>
  66. </Files>
  67. </Package>
  68. <History>
  69. <Update release="8">
  70. <Date>2024-10-24</Date>
  71. <Version>0.13.78</Version>
  72. <Comment>Rebuild</Comment>
  73. <Name>fury</Name>
  74. <Email>uglyside@yandex.ru</Email>
  75. </Update>
  76. <Update release="7">
  77. <Date>2023-11-04</Date>
  78. <Version>0.13.72</Version>
  79. <Comment>Rebuild</Comment>
  80. <Name>fury</Name>
  81. <Email>uglyside@yandex.ru</Email>
  82. </Update>
  83. <Update release="6">
  84. <Date>2021-01-21</Date>
  85. <Version>0.13.72</Version>
  86. <Comment>Ver. bump</Comment>
  87. <Name>fury</Name>
  88. <Email>uglyside@yandex.ru</Email>
  89. </Update>
  90. <Update release="5">
  91. <Date>2020-06-23</Date>
  92. <Version>0.13.71</Version>
  93. <Comment>Ver. bump</Comment>
  94. <Name>fury</Name>
  95. <Email>uglyside@yandex.ru</Email>
  96. </Update>
  97. <Update release="4">
  98. <Date>2019-10-31</Date>
  99. <Version>0.13.68</Version>
  100. <Comment>Ver. bump</Comment>
  101. <Name>fury</Name>
  102. <Email>uglyside@yandex.ru</Email>
  103. </Update>
  104. <Update release="3">
  105. <Date>2016-04-04</Date>
  106. <Version>0.13.62</Version>
  107. <Comment>Rebuilt with docker</Comment>
  108. <Name>İbrahim KARAGÜZEL</Name>
  109. <Email>karaguzelibrahim@gmail.com</Email>
  110. </Update>
  111. <Update release="2">
  112. <Date>2013-01-16</Date>
  113. <Version>0.13.62</Version>
  114. <Comment>Rebuild for 1.0</Comment>
  115. <Name>Richard de Bruin</Name>
  116. <Email>richdb@pisilinux.org</Email>
  117. </Update>
  118. <Update release="1">
  119. <Date>2012-11-03</Date>
  120. <Version>0.13.62</Version>
  121. <Comment>First release</Comment>
  122. <Name>Osman Erkan</Name>
  123. <Email>osman.erkan@pisilinux.org</Email>
  124. </Update>
  125. </History>
  126. </PISI>