Estimated build time: 0.1 SBU Estimated required disk space: 6.2 MB |
The Procps package provides programs to monitor and halt system processes. Procps gathers information about processes via the /proc directory.
Installed programs: free, kill, pgrep, pkill, pmap, ps, skill, snice, sysctl, tload, top, uptime, vmstat, w and watch
Installed library: libproc.so
Procps depends on: Bash, Binutils, Coreutils, GCC, Glibc, Make, Ncurses.
First fix a problem that can crash w under certain locale settings:
patch -Np1 -i ../procps-3.1.11-locale-fix.patch |
Now compile Procps:
make |
Install it:
make install |
And remove a spurious library link:
rm /lib/libproc.so |