pigz: 2.6

This commit is contained in:
Dylan Araps 2021-07-15 12:44:57 +03:00
parent 423fb876d0
commit 8f254cb790
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
4 changed files with 18 additions and 0 deletions

15
core/pigz/build Executable file
View File

@ -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"

1
core/pigz/checksums Normal file
View File

@ -0,0 +1 @@
2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d

1
core/pigz/sources Normal file
View File

@ -0,0 +1 @@
https://zlib.net/pigz/pigz-VERSION.tar.gz

1
core/pigz/version Normal file
View File

@ -0,0 +1 @@
2.6 1