The Less package contains a text file viewer.
Approximate build time: 0.1 SBU Required disk space: 3.4 MB
Less installation depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, Ncurses, Sed.
Prepare Less for compilation:
./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc
The meaning of the configure option:
--sysconfdir=/etc: This option tells the programs created by the package to look in /etc for their configuration files.
Compile the package:
make
Now install it:
make install