Installing Procinfo-&procinfo-version;
Estimated build time:           &procinfo-time;
Estimated required disk space:  &procinfo-compsize;
&aa-procinfo-shortdesc;
&aa-procinfo-dep;
  
Installation of Procinfo
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.
And install the package:
make install