12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>bzip2</Name>
- <Homepage>http://www.bzip.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BZIP2</License>
- <IsA>app:console</IsA>
- <Summary>A high-quality data compressor</Summary>
- <Description>bzip2 is high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.</Description>
- <Archive sha1sum="3f89f861209ce81a6bab1fd1998c0ef311712002" type="targz">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</Archive>
- <Patches>
- <Patch level="1">bzip2-1.0.2-progress.patch</Patch>
- <Patch level="1">bzip2-1.0.4-bzip2recover.patch</Patch>
- <Patch level="1">bzip2-1.0.4-man-links.patch</Patch>
- <Patch>bzip2-1.0.6-saneso.patch</Patch>
- <Patch level="1">manpath.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>bzip2</Name>
- <Files>
- <Path fileType="executable">/bin</Path>
- <Path fileType="library">/lib</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-07</Date>
- <Version>1.0.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.0.6</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-28</Date>
- <Version>1.0.6</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|