Files
main/util/crypt/lz4/pspec.xml
T
Safa Arıman c9c8c0772c Emails updated
2020-03-21 00:17:04 +03:00

57 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lz4</Name>
<Homepage>https://lz4.github.io/lz4/</Homepage>
<Packager>
<Name>Safa Arıman</Name>
<Email>safaariman@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Extremely fast compression algorithm</Summary>
<Description>LZ4 is an extremely fast loss-less compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-core CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.</Description>
<Archive sha1sum="4dc36f29d7b4e5b45b114be2674068200714abb3" type="targz">https://github.com/lz4/lz4/archive/v1.9.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>make</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>diffutils</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>lz4</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/liblz4*</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>lz4-devel</Name>
<Summary>Development files for lz4</Summary>
<RuntimeDependencies>
<Dependency release="current">lz4</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-03-19</Date>
<Version>1.9.2</Version>
<Comment>First release</Comment>
<Name>Safa Arıman</Name>
<Email>safaariman@pisilinux.org</Email>
</Update>
</History>
</PISI>