2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

gzip: swap implementation to pigz

This commit is contained in:
Dylan Araps 2020-03-15 14:43:53 +02:00
parent 3086943371
commit 43a945ed34
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make CC="${CC:-cc} -static"
make
make DESTDIR="$1" install
install -Dm755 pigz "$1/usr/bin/pigz"
install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1"
ln -sf pigz "$1/usr/bin/gzip"
ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"

View File

@ -1 +1 @@
8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0 gzip-1.10.tar.xz
a4f816222a7b4269bd232680590b579ccc72591f1bb5adafcd7208ca77e14f73 pigz-2.4.tar.gz

View File

@ -1 +1 @@
https://ftp.gnu.org/pub/gnu/gzip/gzip-1.10.tar.xz
https://zlib.net/pigz/pigz-2.4.tar.gz

View File

@ -1 +1 @@
1.10 1
1.10 2