aboutsummaryrefslogtreecommitdiff
path: root/extra/gawk/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-13 20:41:43 +0300
committerCem Keylan <cem@ckyln.com>2021-02-13 20:41:43 +0300
commit907389a5475fe52410dab4e3e0a553f3688b4824 (patch)
tree2fbf70729df51eab55e3f65683c0a78579f6c83e /extra/gawk/build
parent5a60694086024dc8217815c3766ea54348402f05 (diff)
downloadrepository-907389a5475fe52410dab4e3e0a553f3688b4824.tar.gz
gawk: add new package at 5.1.0
Diffstat (limited to 'extra/gawk/build')
-rwxr-xr-xextra/gawk/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/gawk/build b/extra/gawk/build
new file mode 100755
index 00000000..ba2adac0
--- /dev/null
+++ b/extra/gawk/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc
+
+make
+make DESTDIR="$1" install