aboutsummaryrefslogtreecommitdiff
path: root/extra/procps-ng/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-25 14:03:27 +0300
committerCem Keylan <cem@ckyln.com>2020-08-25 14:03:27 +0300
commit4fe911640f2359a486a6b77329bf9ac17f98e8b8 (patch)
tree370bc9b75db1060843920cf43cfe3514266746f1 /extra/procps-ng/build
parentf2761a412e2a3620b978dd6e162d1367daf30efd (diff)
downloadrepository-4fe911640f2359a486a6b77329bf9ac17f98e8b8.tar.gz
procps-ng: add new package at 3.3.16
Diffstat (limited to 'extra/procps-ng/build')
-rwxr-xr-xextra/procps-ng/build10
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