aboutsummaryrefslogtreecommitdiff
path: root/community/autoconf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:48:57 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:48:57 +0300
commit25eb760ffa250db33789d0d5e4e180b48b9c93a7 (patch)
treea512e641a20ec5d4d3e3e1b8e5ca24ac740990cf /community/autoconf/build
parentea370f1df9fdea626f1ff9bf215b24432c1a5287 (diff)
downloadrepository-25eb760ffa250db33789d0d5e4e180b48b9c93a7.tar.gz
autoconf: move to community
Diffstat (limited to 'community/autoconf/build')
-rwxr-xr-xcommunity/autoconf/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/autoconf/build b/community/autoconf/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/community/autoconf/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install