]> git.armaanb.net Git - asd-repo.git/commitdiff
pigz: rename from gzip
authorArmaan Bhojwani <me@armaanb.net>
Fri, 16 Jul 2021 16:48:50 +0000 (12:48 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Fri, 16 Jul 2021 16:48:50 +0000 (12:48 -0400)
14 files changed:
core/busybox/depends
core/core-meta/build
core/core-meta/checksums [new file with mode: 0644]
core/core-meta/depends
core/core-meta/sources
core/core-meta/version
core/gzip/build [deleted file]
core/gzip/checksums [deleted file]
core/gzip/sources [deleted file]
core/gzip/version [deleted file]
core/pigz/build [new file with mode: 0755]
core/pigz/checksums [new file with mode: 0644]
core/pigz/sources [new file with mode: 0644]
core/pigz/version [new file with mode: 0644]

index 48b37d5743edad9f65d40653056187b893fb155a..446f464875e7d2696cb85faf4d844cf8c0c29707 100644 (file)
@@ -1,5 +1,5 @@
 bzip2
 gmake         make
-gzip
 libressl      make
 linux-headers make
+pigz
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..bb5dec0b1b5930270f864fd41fbc92a319d5a94f 100755 (executable)
@@ -0,0 +1,2 @@
+#!/usr/bin/sh
+
diff --git a/core/core-meta/checksums b/core/core-meta/checksums
new file mode 100644 (file)
index 0000000..906e53e
--- /dev/null
@@ -0,0 +1 @@
+ea8fac7c65fb589b0d53560f5251f74f9e9b243478dcb6b3ea79b5e36449c8d9
index a0fe9e835447a94e25a5c7ebc22adfa1f476a8bc..069bdf119e13b481ef0dd2ab13d7bdac98a6944a 100644 (file)
@@ -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
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..13ad5aedd6dce9c095fc0488a7c13de861a70beb 100644 (file)
@@ -0,0 +1 @@
+https://example.com
\ No newline at end of file
index 6e8183b72e5ed9b26e9e2c64bb6bc849b23b0690..65cd68b0dd8e84dec5d3cd53fda7e48b685be1b5 100644 (file)
@@ -1 +1 @@
-0 1
+0 2
diff --git a/core/gzip/build b/core/gzip/build
deleted file mode 100755 (executable)
index 9367c7c..0000000
+++ /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 (file)
index 60713b9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d
diff --git a/core/gzip/sources b/core/gzip/sources
deleted file mode 100644 (file)
index 1cd53f6..0000000
+++ /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 (file)
index 82096ec..0000000
+++ /dev/null
@@ -1 +0,0 @@
-1.10 1
diff --git a/core/pigz/build b/core/pigz/build
new file mode 100755 (executable)
index 0000000..9367c7c
--- /dev/null
@@ -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 (file)
index 0000000..60713b9
--- /dev/null
@@ -0,0 +1 @@
+2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d
diff --git a/core/pigz/sources b/core/pigz/sources
new file mode 100644 (file)
index 0000000..1cd53f6
--- /dev/null
@@ -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 (file)
index 0000000..82096ec
--- /dev/null
@@ -0,0 +1 @@
+1.10 1