aboutsummaryrefslogtreecommitdiff
path: root/community/gawk/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-10 13:07:31 +0200
committerCem Keylan <cem@ckyln.com>2021-10-10 13:07:31 +0200
commit38d272a9ce00e086c0febb725deda432fce24e29 (patch)
tree04f392dd757045cfb06e67a18503b207b2d117f5 /community/gawk/build
parent1bf8137c480ae461a62c8cb4149b74447f924d32 (diff)
downloadrepository-38d272a9ce00e086c0febb725deda432fce24e29.tar.gz
gawk: move to community
Diffstat (limited to 'community/gawk/build')
-rwxr-xr-xcommunity/gawk/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/gawk/build b/community/gawk/build
new file mode 100755
index 00000000..ba2adac0
--- /dev/null
+++ b/community/gawk/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc
+
+make
+make DESTDIR="$1" install