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.
-
-