]> git.armaanb.net Git - asd-repo.git/blob - core/gzip/build
Adapt for asd linux
[asd-repo.git] / core / gzip / build
1 #!/bin/sh -e
2
3 make CC="${CC:-cc} -static"
4
5 install -Dm755 pigz   "$1/usr/bin/pigz"
6 install -Dm755 unpigz "$1/usr/bin/unpigz"
7 install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1"
8
9 ln -sf pigz   "$1/usr/bin/gzip"
10 ln -sf pigz   "$1/usr/bin/zcat"
11 ln -sf unpigz "$1/usr/bin/gunzip"
12 ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"