pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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>lz4</Name>
  6. <Homepage>https://github.com/lz4/lz4</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>LZ4 - Extremely fast compression</Summary>
  14. <Description>LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.</Description>
  15. <Archive sha1sum="36930b1316e847f21e318e804cc6064aebc51601">https://github.com/lz4/lz4/archive/e55548b0bd553cc25d8c0994db6f5d49663fb3f5.zip</Archive>
  16. </Source>
  17. <Package>
  18. <Name>lz4</Name>
  19. <RuntimeDependencies>
  20. </RuntimeDependencies>
  21. <Files>
  22. <Path fileType="executable">/usr/bin</Path>
  23. <Path fileType="library">/usr/lib</Path>
  24. <Path fileType="info">/usr/share/info</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>lz4-devel</Name>
  31. <RuntimeDependencies>
  32. <Dependency release="current">lz4</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="header">/usr/include</Path>
  36. <Path fileType="data">/usr/lib/pkgconfig</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2020-04-24</Date>
  42. <Version>1.9.2</Version>
  43. <Comment>First release for SulinOS 2021</Comment>
  44. <Name>Suleyman Poyraz</Name>
  45. <Email>zaryob.dev@gmail.com</Email>
  46. </Update>
  47. </History>
  48. </INARY>