summaryrefslogtreecommitdiff
path: root/strata/tools/procps-ng.morph
blob: 690655b7ad8cde143334f250107e4cda21540f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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