]> git.armaanb.net Git - asd-repo.git/blobdiff - core/pigz/build
pigz: rename from gzip
[asd-repo.git] / core / pigz / build
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"