diff --git a/system/base/lz4/actions.py b/system/base/lz4/actions.py new file mode 100644 index 00000000..fcd2738e --- /dev/null +++ b/system/base/lz4/actions.py @@ -0,0 +1,16 @@ +#!/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')) diff --git a/system/base/lz4/pspec.xml b/system/base/lz4/pspec.xml new file mode 100644 index 00000000..33bfd5bd --- /dev/null +++ b/system/base/lz4/pspec.xml @@ -0,0 +1,63 @@ + + + + + lz4 + https://lz4.github.io/lz4/ + + Safa Arıman + safaariman@pisilinux.org + + BSD + library + Extremely fast compression algorithm + 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. + https://github.com/lz4/lz4/archive/v1.9.2.tar.gz + + make + glibc-devel + diffutils + + + + + lz4 + + glibc + + + /usr/bin + /usr/lib/liblz4* + /usr/share/man + + + + + lz4-devel + Development files for lz4 + + lz4 + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-10-22 + 1.9.2 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2020-03-19 + 1.9.2 + First release + Safa Arıman + safaariman@pisilinux.org + + + diff --git a/system/base/lz4/translations.xml b/system/base/lz4/translations.xml new file mode 100644 index 00000000..a601a145 --- /dev/null +++ b/system/base/lz4/translations.xml @@ -0,0 +1,8 @@ + + + + lz4 + Extremely fast compression algorithm + 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. + +