pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>f2fs-tools</Name>
  6. <Homepage>https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2.1</License>
  13. <IsA>app:console</IsA>
  14. <PartOf>hardware.disk</PartOf>
  15. <Summary>Userland tools for the f2fs filesystem.</Summary>
  16. <Description>Tools for Flash-Friendly File System (F2FS).</Description>
  17. <Archive sha1sum="3b097f029c1c8d8d088f101886299c08db1e6eef" type="targz">https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.16.0.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>lz4-devel</Dependency>
  20. <Dependency>libutil-linux-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>f2fs-tools</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libutil-linux</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/sbin</Path>
  30. <Path fileType="header">/usr/include</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="man">/usr/share/man/man8</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2024-07-01</Date>
  39. <Version>1.16.0</Version>
  40. <Comment>Version bump.</Comment>
  41. <Name>Pisi Linux Community</Name>
  42. <Email>admin@pisilinux.org</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2022-06-05</Date>
  46. <Version>1.15.0</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2021-01-12</Date>
  53. <Version>1.14.0</Version>
  54. <Comment>First Beta build.</Comment>
  55. <Email>uglyside@yandex.ru</Email>
  56. <Name>fury</Name>
  57. </Update>
  58. </History>
  59. </PISI>