Details on this package are located in Section 8.60.2, “Contents of Gzip.”
The Gzip package contains programs for compressing and decompressing files.
Prepare Gzip for compilation:
./configure --prefix=/usr --host=$LFS_TGT
Compile the package:
make
Install the package:
make DESTDIR=$LFS install
Move the executable to its final expected location:
mv -v $LFS/usr/bin/gzip $LFS/bin
Details on this package are located in Section 8.60.2, “Contents of Gzip.”