diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-25 14:03:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-25 14:03:27 +0300 |
commit | 4fe911640f2359a486a6b77329bf9ac17f98e8b8 (patch) | |
tree | 370bc9b75db1060843920cf43cfe3514266746f1 /extra/procps-ng/build | |
parent | f2761a412e2a3620b978dd6e162d1367daf30efd (diff) | |
download | repository-4fe911640f2359a486a6b77329bf9ac17f98e8b8.tar.gz |
procps-ng: add new package at 3.3.16
Diffstat (limited to 'extra/procps-ng/build')
-rwxr-xr-x | extra/procps-ng/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/procps-ng/build b/extra/procps-ng/build new file mode 100755 index 00000000..7537bea9 --- /dev/null +++ b/extra/procps-ng/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export CFLAGS="$CFLAGS -static" + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin + +make +make DESTDIR="$1" install |