From: Armaan Bhojwani Date: Fri, 16 Jul 2021 16:48:50 +0000 (-0400) Subject: pigz: rename from gzip X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=23aa4f01cba1ee82a07ca376d514b16692da2f6c pigz: rename from gzip --- diff --git a/core/busybox/depends b/core/busybox/depends index 48b37d5..446f464 100644 --- a/core/busybox/depends +++ b/core/busybox/depends @@ -1,5 +1,5 @@ bzip2 gmake make -gzip libressl make linux-headers make +pigz diff --git a/core/core-meta/build b/core/core-meta/build index e69de29..bb5dec0 100755 --- a/core/core-meta/build +++ b/core/core-meta/build @@ -0,0 +1,2 @@ +#!/usr/bin/sh + diff --git a/core/core-meta/checksums b/core/core-meta/checksums new file mode 100644 index 0000000..906e53e --- /dev/null +++ b/core/core-meta/checksums @@ -0,0 +1 @@ +ea8fac7c65fb589b0d53560f5251f74f9e9b243478dcb6b3ea79b5e36449c8d9 diff --git a/core/core-meta/depends b/core/core-meta/depends index a0fe9e8..069bdf1 100644 --- a/core/core-meta/depends +++ b/core/core-meta/depends @@ -7,7 +7,6 @@ catgirl curl cyrus-sasl git -gzip isync kiss less @@ -22,6 +21,7 @@ musl mutt ncurses oksh +pigz python sqlite tzdata diff --git a/core/core-meta/sources b/core/core-meta/sources index e69de29..13ad5ae 100644 --- a/core/core-meta/sources +++ b/core/core-meta/sources @@ -0,0 +1 @@ +https://example.com \ No newline at end of file diff --git a/core/core-meta/version b/core/core-meta/version index 6e8183b..65cd68b 100644 --- a/core/core-meta/version +++ b/core/core-meta/version @@ -1 +1 @@ -0 1 +0 2 diff --git a/core/gzip/build b/core/gzip/build deleted file mode 100755 index 9367c7c..0000000 --- a/core/gzip/build +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -e - -make CC="${CC:-cc} -static" - -install -Dm755 pigz "$1/usr/bin/pigz" -install -Dm755 unpigz "$1/usr/bin/unpigz" -install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" - -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/gzip/checksums b/core/gzip/checksums deleted file mode 100644 index 60713b9..0000000 --- a/core/gzip/checksums +++ /dev/null @@ -1 +0,0 @@ -2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d diff --git a/core/gzip/sources b/core/gzip/sources deleted file mode 100644 index 1cd53f6..0000000 --- a/core/gzip/sources +++ /dev/null @@ -1 +0,0 @@ -https://zlib.net/pigz/pigz-2.6.tar.gz diff --git a/core/gzip/version b/core/gzip/version deleted file mode 100644 index 82096ec..0000000 --- a/core/gzip/version +++ /dev/null @@ -1 +0,0 @@ -1.10 1 diff --git a/core/pigz/build b/core/pigz/build new file mode 100755 index 0000000..9367c7c --- /dev/null +++ b/core/pigz/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +make CC="${CC:-cc} -static" + +install -Dm755 pigz "$1/usr/bin/pigz" +install -Dm755 unpigz "$1/usr/bin/unpigz" +install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" + +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 0000000..60713b9 --- /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 0000000..1cd53f6 --- /dev/null +++ b/core/pigz/sources @@ -0,0 +1 @@ +https://zlib.net/pigz/pigz-2.6.tar.gz diff --git a/core/pigz/version b/core/pigz/version new file mode 100644 index 0000000..82096ec --- /dev/null +++ b/core/pigz/version @@ -0,0 +1 @@ +1.10 1