Installed
programs: gunzip, gzexe,
gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep, zforce,
zgrep, zless, zmore, and znew
The Gzip package contains programs for compressing and decompressing files.
Prepare Gzip for compilation:
env DEFS=NO_ASM ./configure --prefix=/usr --bindir=/bin
Compile the package:
make
To test the results, issue: make check.
Install the package:
make install
Move some programs that do not need to be on the root filesystem.
mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin
mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin