From 8f254cb7900e76cd70b8a33bdf7755dce6c1a99c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 12:44:57 +0300 Subject: [PATCH] pigz: 2.6 --- core/pigz/build | 15 +++++++++++++++ core/pigz/checksums | 1 + core/pigz/sources | 1 + core/pigz/version | 1 + 4 files changed, 18 insertions(+) create mode 100755 core/pigz/build create mode 100644 core/pigz/checksums create mode 100644 core/pigz/sources create mode 100644 core/pigz/version diff --git a/core/pigz/build b/core/pigz/build new file mode 100755 index 00000000..e0219aa3 --- /dev/null +++ b/core/pigz/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +make CC="${CC:-cc} -static" + +mkdir -p \ + "$1/usr/bin" \ + "$1/usr/share/man/man1" + +cp -f pigz unpigz "$1/usr/bin" +cp -f pigz.1 "$1/usr/share/man/man1" + +ln -sf pigz "$1/usr/bin/gzip" +ln -sf pigz "$1/usr/bin/zcat" +ln -sf unpigz "$1/usr/bin/gunzip" +ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1" diff --git a/core/pigz/checksums b/core/pigz/checksums new file mode 100644 index 00000000..60713b92 --- /dev/null +++ b/core/pigz/checksums @@ -0,0 +1 @@ +2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d diff --git a/core/pigz/sources b/core/pigz/sources new file mode 100644 index 00000000..beac01e0 --- /dev/null +++ b/core/pigz/sources @@ -0,0 +1 @@ +https://zlib.net/pigz/pigz-VERSION.tar.gz diff --git a/core/pigz/version b/core/pigz/version new file mode 100644 index 00000000..eb0c981f --- /dev/null +++ b/core/pigz/version @@ -0,0 +1 @@ +2.6 1