name: procps-ng kind: chunk description: | Process management tools. procps-ng is a fork of the original procps project. build-system: autotools configure-commands: - NOCONFIGURE=1 ./autogen.sh - ./configure --prefix="$PREFIX" --exec-prefix=/ post-install-commands: - | usr_binaries="free pidof pmap slabtop top vmstat watch pgrep pkill pwdx tload uptime w" for file in $usr_binaries; do ln -sf "$PREFIX"/bin/$file "$DESTDIR"/bin/$file done