The Zlib package contains compression and decompression routines used by some programs.
Prepare Zlib for compilation:
./configure --prefix=/usr
Compile the package:
make
Install the package:
make install
Remove a useless static library:
rm -fv /usr/lib/libz.a