]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
pigz: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 18:48:31 +0000 (18:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 18:48:31 +0000 (18:48 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pigz/pigz.nm [deleted file]

diff --git a/pigz/pigz.nm b/pigz/pigz.nm
deleted file mode 100644 (file)
index fbe2073..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = pigz
-version    = 2.3.3
-release    = 2
-
-groups     = Applications/Compression
-url        = http://www.zlib.net/pigz/
-license    = zlib
-summary    = Parallel implementation of gzip.
-
-description
-       pigz, which stands for parallel implementation of gzip,
-       is a fully functional replacement for gzip that exploits
-       multiple processors and multiple cores to the hilt when compressing
-       data.
-end
-
-source_dl  = %{url}
-
-build
-       requires
-               zlib-devel
-       end
-
-       make_build_targets += CC=gcc CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS} -lz"
-
-       test
-               make test
-       end
-
-       install
-               install -p -D pigz %{BUILDROOT}%{bindir}/pigz
-               ln -svf pigz %{BUILDROOT}%{bindir}/unpigz
-               install -p -D pigz.1 -m 644 %{BUILDROOT}%{mandir}/man1/pigz.1
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end