Files
main/util/archive/brotli/pspec.xml
T
2022-10-11 10:57:33 +03:00

82 lines
3.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>brotli</Name>
<Homepage>https://github.com/google/brotli</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>util.archive</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Brotli compression format.</Summary>
<Description>Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.</Description>
<Archive sha1sum="ddfefdf2593b3f03eec221a7f4ceaa710e5a2e6b" type="targz">https://github.com/google/brotli/archive/v1.0.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>brotli</Name>
<Summary>Brotli compression format.</Summary>
<PartOf>util.archive</PartOf>
<RuntimeDependencies>
<!--<Dependency>python3</Dependency>-->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/brotli</Path>
</Files>
</Package>
<Package>
<Name>brotli-devel</Name>
<Summary>Development files for brotli.</Summary>
<PartOf>util.archive</PartOf>
<RuntimeDependencies>
<Dependency release="current">brotli</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>python3-brotli</Name>
<Summary>Python bindings for brotli compression format.</Summary>
<PartOf>programming.language.python3</PartOf>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-brotli</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-10-03</Date>
<Version>1.0.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-05-16</Date>
<Version>1.0.7</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>