Merge pull request #8809 from IdrisKalp/master

lz4 move to core
This commit is contained in:
Idris Kalp
2020-10-22 02:00:30 +03:00
committed by GitHub
7 changed files with 249806 additions and 249759 deletions
+249804 -249677
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
4f01661c68071ca4349422c210917f6c638e3609
fea8a77e15459d26fa9421fb5365f8f4f3449e47
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
dfcc6427a9b648d1605dbb1b4ae87ea43c7625fa
f82816efb8421e5ebdb630186359857996b5ea8d
-16
View File
@@ -1,16 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
import os
from pisi.actionsapi import autotools
def build():
autotools.make('-C lib PREFIX=/usr')
autotools.make('-C programs PREFIX=/usr lz4 lz4c')
def install():
autotools.rawInstall('PREFIX=/usr DESTDIR=%s' % os.environ.pop('INSTALL_DIR'))
-56
View File
@@ -1,56 +0,0 @@
<?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>
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>lz4</Name>
<Summary xml:lang="tr">Extremely fast compression algorithm</Summary>
<Description xml:lang="tr">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>
</Source>
</PISI>