pspec.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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>http://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>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.</Description>
  15. <Archive sha1sum="d023f1e95202e45b50656833d09eee1a8c7bd9d6" type="targz">http://download.savannah.gnu.org/releases/lzip/lzip-1.17.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>lzip</Name>
  19. <RuntimeDependencies>
  20. <Dependency>libgcc</Dependency>
  21. </RuntimeDependencies>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</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. <History>
  30. <Update release="1">
  31. <Date>2016-04-23</Date>
  32. <Version>1.17</Version>
  33. <Comment>First Pisi Release</Comment>
  34. <Name>İbrahim KARAGÜZEL</Name>
  35. <Email>karaguzelibrahim@gmail.com</Email>
  36. </Update>
  37. </History>
  38. </PISI>