5.27. Gzip-1.6

The Gzip package contains programs for compressing and decompressing files.

Approximate build time: 0.4 SBU
Required disk space: 9.9 MB

5.27.1. Installation of Gzip

Prepare Gzip for compilation:

./configure --prefix=/tools

Compile the package:

make

Compilation is now complete. As discussed earlier, running the test suite is not mandatory for the temporary tools here in this chapter. To run the Gzip test suite anyway, issue the following command:

make check

Install the package to a temporary directory:

make install DESTDIR=$(pwd)/debian/tmp

Create the package archive:

buildpkg --package=gzip-pass1

Install the package:

dpkg -i ../gzip-pass1_1.6_*.deb

Details on this package are located in Section 6.59.2, “Contents of Gzip.”