1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 groups = Applications/Compression
11 url = http://www.zlib.net/pigz/
13 summary = Parallel implementation of gzip.
16 pigz, which stands for parallel implementation of gzip,
17 is a fully functional replacement for gzip that exploits
18 multiple processors and multiple cores to the hilt when compressing
29 make_build_targets += CFLAGS="%{CFLAGS}"
36 install -p -D pigz %{BUILDROOT}%{bindir}/pigz
37 ln -svf pigz %{BUILDROOT}%{bindir}/unpigz
38 install -p -D pigz.1 -m 644 %{BUILDROOT}%{mandir}/man1/pigz.1
45 package %{name}-debuginfo