aboutsummaryrefslogtreecommitdiff
path: root/system/pigz/README
diff options
context:
space:
mode:
authorDominik Drobek <dominik.drobek (at) o2.pl>2020-01-05 23:03:14 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-06 13:12:42 +0700
commit18db563673f913850de65643b8b74836a5c0ada5 (patch)
tree3defbdd62bf6a58cae029c226344d87e92e4e393 /system/pigz/README
parente2ab8cfd1b1f3bc44bac68cd0edf187581619e65 (diff)
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>
Diffstat (limited to 'system/pigz/README')
-rw-r--r--system/pigz/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/pigz/README b/system/pigz/README
index 0ba01a6bcd..9ffe321dfa 100644
--- a/system/pigz/README
+++ b/system/pigz/README
@@ -1,4 +1,4 @@
-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. pigz was written by
-Mark Adler, and uses the zlib and pthread libraries.
+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.