Man-DB-2.6.7.1
XZ Utils-5.0.5
The Make package contains a program for compiling packages.
Prepare Make for compilation:
./configure --prefix=/usr
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install
Automatically determines which pieces of a package need to be (re)compiled and then issues the relevant commands