1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>lzip</Name>
- <Homepage>http://www.nongnu.org/lzip/lzip.html</Homepage>
- <Packager>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Lzip is a lossless data (de)compressor</Summary>
- <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>
- <Archive sha1sum="d023f1e95202e45b50656833d09eee1a8c7bd9d6" type="targz">http://download.savannah.gnu.org/releases/lzip/lzip-1.17.tar.gz</Archive>
- </Source>
- <Package>
- <Name>lzip</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2016-04-23</Date>
- <Version>1.17</Version>
- <Comment>First Pisi Release</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|