From 119b3709a8a4d8181fc86059babac674e8045b9b Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Thu, 22 Oct 2020 00:38:30 +0300 Subject: [PATCH] lz4 move to core --- util/crypt/lz4/actions.py | 16 ---------- util/crypt/lz4/pspec.xml | 56 --------------------------------- util/crypt/lz4/translations.xml | 8 ----- 3 files changed, 80 deletions(-) delete mode 100644 util/crypt/lz4/actions.py delete mode 100644 util/crypt/lz4/pspec.xml delete mode 100644 util/crypt/lz4/translations.xml diff --git a/util/crypt/lz4/actions.py b/util/crypt/lz4/actions.py deleted file mode 100644 index fcd2738ee1..0000000000 --- a/util/crypt/lz4/actions.py +++ /dev/null @@ -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')) diff --git a/util/crypt/lz4/pspec.xml b/util/crypt/lz4/pspec.xml deleted file mode 100644 index e97db2c2a0..0000000000 --- a/util/crypt/lz4/pspec.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - 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-03-19 - 1.9.2 - First release - Safa Arıman - safaariman@pisilinux.org - - - diff --git a/util/crypt/lz4/translations.xml b/util/crypt/lz4/translations.xml deleted file mode 100644 index a601a1458c..0000000000 --- a/util/crypt/lz4/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - 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. - -