The Procinfo package contains programs for displaying system information.
Approximate build time: 0.1 SBU Required disk space: 0.2 MB
Procinfo installation depends on: Binutils, GCC, Glibc, Make, Ncurses.
Compile Procinfo:
make LDLIBS=-lncurses
The meaning of the make parameter:
LDLIBS=-lncurses: This tells Procinfo to use the libncurses library instead of the long-obsolete libtermcap.
Install the package:
make install