slackbuilds/system/pigz
Dominik Drobek 18db563673
system/pigz: Updated for version 2.4
Fix installation procedure so that pigz binary is not installed twice
(as pigz and unpigz). Make a symbolic link instead.

Don't overwrite Makefile CFLAGS with SLKCFLAGS, instead append SLKCFLAGS
to CFLAGS.

Remove patch (not needed anymore). Align SlackBuild with template.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-01-06 13:12:42 +07:00
..
README system/pigz: Updated for version 2.4 2020-01-06 13:12:42 +07:00
pigz.SlackBuild system/pigz: Updated for version 2.4 2020-01-06 13:12:42 +07:00
pigz.info system/pigz: Updated for version 2.4 2020-01-06 13:12:42 +07:00
slack-desc system/pigz: Updated for version 2.4 2020-01-06 13:12:42 +07:00

README

pigz, which stands for Parallel Implementation of GZip, is a fully functional
replacement for gzip that utilizes multiple processors and CPU cores when
compressing data. pigz was written by Mark Adler, and uses zlib and pthread
libraries.