diff options
author | Dominik Drobek <dominik.drobek (at) o2.pl> | 2020-01-05 23:03:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-06 13:12:42 +0700 |
commit | 18db563673f913850de65643b8b74836a5c0ada5 (patch) | |
tree | 3defbdd62bf6a58cae029c226344d87e92e4e393 /system/pigz/slack-desc | |
parent | e2ab8cfd1b1f3bc44bac68cd0edf187581619e65 (diff) | |
download | slackbuilds-18db563673f913850de65643b8b74836a5c0ada5.tar.gz |
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/slack-desc')
-rw-r--r-- | system/pigz/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/pigz/slack-desc b/system/pigz/slack-desc index 95cba60bb2..a7a2f85cf7 100644 --- a/system/pigz/slack-desc +++ b/system/pigz/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -pigz: pigz (Parallel gzip) +pigz: pigz (Parallel Implementation of GZip) pigz: -pigz: pigz, which stands for parallel implementation of gzip, is a fully -pigz: functional replacement for gzip that exploits multiple processors and -pigz: multiple cores to the hilt when compressing data. pigz was written by -pigz: Mark Adler, and uses the zlib and pthread libraries. +pigz: pigz is a fully functional replacement for gzip that utilizes +pigz: multiple processors and CPU cores when compressing data. pigz +pigz: was written by Mark Adler, and uses zlib and pthread libraries. +pigz: +pigz: Homepage: https://www.zlib.net/pigz/ pigz: -pigz: Home page: http://www.zlib.net/pigz/ pigz: pigz: pigz: |