123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>bzip2</Name>
- <Homepage>http://www.bzip.org/</Homepage>
- <Packager>
- <Name>Süleyman POYRAZ</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>BZIP2</License>
- <IsA>app:console</IsA>
- <PartOf>system.base</PartOf>
- <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>
- <!-- @@@sourceware bzip2 -->
- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz">https://www.sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive>
- <Patches>
- <Patch>bzip2-1.0.4-makefile-CFLAGS.patch</Patch>
- <Patch>bzip2-1.0.6-progress.patch</Patch>
- <Patch>bzip2-1.0.3-no-test.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="header">/usr/include</Path>
- </Files>
- </Package>
- <Package>
- <Name>bzip2-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for bzip2</Summary>
- <BuildType>emul32</BuildType>
- <Files>
- <Path fileType="library">/lib32</Path>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <Package>
- <Name>bzip2-docs</Name>
- <IsA>data:doc</IsA>
- <PartOf>system.doc</PartOf>
- <Summary>Documentation for bzip2 package.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">bzip2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>bzip2-pages</Name>
- <IsA>data:doc</IsA>
- <PartOf>system.doc</PartOf>
- <Summary>Man pages for bzip2 package.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">bzip2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="man">/usr/share/man/</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-04-24</Date>
- <Version>1.0.8</Version>
- <Comment>First release for SulinOS 2021</Comment>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|