pspec.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>squashfs-tools</Name>
  6. <Homepage>https://sourceforge.net/projects/squashfs/</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>Userspace tools to create squashfs compressed filesystem</Summary>
  14. <Description>Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs filesystems.</Description>
  15. <Archive sha1sum="daad956aa77ccddf5df20db6a2eebcc4a226cab5" type="targz">https://github.com/plougher/squashfs-tools/archive/refs/tags/4.6.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>lzo-devel</Dependency>
  18. <Dependency>lz4-devel</Dependency>
  19. <Dependency>zstd-devel</Dependency>
  20. <!--xz-devel is in system.devel-->
  21. <Dependency>xz-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch level="1">0001-squashfs-tools-fix-build-failure-against-gcc-10.patch</Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>squashfs-tools</Name>
  30. <RuntimeDependencies>
  31. <Dependency>lzo</Dependency>
  32. <Dependency>lz4</Dependency>
  33. <Dependency>zstd</Dependency>
  34. <!--xz is in system.base-->
  35. <Dependency>zlib</Dependency>
  36. <Dependency>xz</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="executable">/usr/sbin</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="11">
  46. <Date>2024-11-29</Date>
  47. <Version>4.6.1</Version>
  48. <Comment>Version bump t.</Comment>
  49. <Name>Ümit Solmaz</Name>
  50. <Email>admins@pisilinux.org</Email>
  51. </Update>
  52. <Update release="10">
  53. <Date>2023-03-27</Date>
  54. <Version>4.6.1</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="9">
  60. <Date>2023-03-18</Date>
  61. <Version>4.6</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="8">
  67. <Date>2022-06-06</Date>
  68. <Version>4.5.1</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="7">
  74. <Date>2021-04-11</Date>
  75. <Version>4.4</Version>
  76. <Comment>Rebuild.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="6">
  81. <Date>2020-12-26</Date>
  82. <Version>4.4</Version>
  83. <Comment>Rebuild.</Comment>
  84. <Name>Mustafa Cinasal</Name>
  85. <Email>muscnsl@gmail.com</Email>
  86. </Update>
  87. <Update release="5">
  88. <Date>2020-02-01</Date>
  89. <Version>4.4</Version>
  90. <Comment>Version bump</Comment>
  91. <Name>Mustafa Cinasal</Name>
  92. <Email>muscnsl@gmail.com</Email>
  93. </Update>
  94. <Update release="4">
  95. <Date>2018-08-20</Date>
  96. <Version>4.3</Version>
  97. <Comment>Rebuild</Comment>
  98. <Name>Pisi Linux Community</Name>
  99. <Email>admin@pisilinux.org</Email>
  100. </Update>
  101. <Update release="3">
  102. <Date>2017-01-28</Date>
  103. <Version>4.3</Version>
  104. <Comment>Version bump.</Comment>
  105. <Name>Stefan Gronewold(groni)</Name>
  106. <Email>groni@pisilinux.org</Email>
  107. </Update>
  108. <Update release="2">
  109. <Date>2016-06-09</Date>
  110. <Version>4.2</Version>
  111. <Comment>Release Bump</Comment>
  112. <Name>Pisi Linux Community</Name>
  113. <Email>admin@pisilinux.org</Email>
  114. </Update>
  115. <Update release="1">
  116. <Date>2014-03-09</Date>
  117. <Version>4.2</Version>
  118. <Comment>First release</Comment>
  119. <Name>Varol Maksutoğlu</Name>
  120. <Email>waroi@pisilinux.org</Email>
  121. </Update>
  122. </History>
  123. </PISI>