From e1cc2511d04693165deec22fb448bac9838f57c2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Mar 2020 12:55:24 +0300 Subject: meta: sync core with KISS --- core/gzip/build | 10 ++++++---- core/gzip/checksums | 2 +- core/gzip/sources | 2 +- core/gzip/version | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) (limited to 'core/gzip') diff --git a/core/gzip/build b/core/gzip/build index 6daf22f8..8d190a07 100755 --- a/core/gzip/build +++ b/core/gzip/build @@ -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" diff --git a/core/gzip/checksums b/core/gzip/checksums index 54032f3b..6b76bdf9 100644 --- a/core/gzip/checksums +++ b/core/gzip/checksums @@ -1 +1 @@ -8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0 gzip-1.10.tar.xz +a4f816222a7b4269bd232680590b579ccc72591f1bb5adafcd7208ca77e14f73 pigz-2.4.tar.gz diff --git a/core/gzip/sources b/core/gzip/sources index 6bff4586..13397dbb 100644 --- a/core/gzip/sources +++ b/core/gzip/sources @@ -1 +1 @@ -https://ftp.gnu.org/pub/gnu/gzip/gzip-1.10.tar.xz +https://zlib.net/pigz/pigz-2.4.tar.gz diff --git a/core/gzip/version b/core/gzip/version index 82096ecf..d3d93b8d 100644 --- a/core/gzip/version +++ b/core/gzip/version @@ -1 +1 @@ -1.10 1 +1.10 2 -- cgit v1.2.3