pspec.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lzip</Name>
  6. <Homepage>https://www.nongnu.org/lzip/lzip.html</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Lzip is a lossless data (de)compressor</Summary>
  14. <Description>
  15. Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip is about as fast as gzip, compresses most files more than bzip2, and is better than both from a data recovery perspective.
  16. </Description>
  17. <Archive sha1sum="08bea2f275d639bfe85fe30887d269b96eac34e1" type="targz">
  18. http://download.savannah.nongnu.org/releases/lzip/lzip-1.21.tar.gz
  19. </Archive>
  20. </Source>
  21. <Package>
  22. <Name>lzip</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="info">/usr/share/info</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="2">
  35. <Date>2019-07-04</Date>
  36. <Version>1.21</Version>
  37. <Comment>Ver. bump</Comment>
  38. <Name>fury</Name>
  39. <Email>uglyside@yandex.ru</Email>
  40. </Update>
  41. <Update release="1">
  42. <Date>2016-04-23</Date>
  43. <Version>1.17</Version>
  44. <Comment>First Pisi Release</Comment>
  45. <Name>İbrahim KARAGÜZEL</Name>
  46. <Email>karaguzelibrahim@gmail.com</Email>
  47. </Update>
  48. </History>
  49. </PISI>