The Gzip package contains programs for compressing and decompressing files.
Approximate build time: 0.1 SBU Required disk space: 2.6 MB
Gzip installation depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, Sed.
Prepare Gzip for compilation:
./configure --prefix=/tools
Compile the package:
make
And install it:
make install
The details on this package are found in the section called “Contents of Gzip”.