aboutsummaryrefslogtreecommitdiff
path: root/core/eiwd/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-11 10:16:05 +0300
committerCem Keylan <cem@ckyln.com>2019-12-11 10:16:05 +0300
commitdbb51f62fde4abde04e8cdf2a42b5fc029585a46 (patch)
tree0d097233060c61f04ad108ce2190cca2e0841033 /core/eiwd/build
parent58f78fe5c7460574cf150cbc01962701d339cef9 (diff)
downloadrepository-dbb51f62fde4abde04e8cdf2a42b5fc029585a46.tar.gz
eiwd: added package
Diffstat (limited to 'core/eiwd/build')
-rwxr-xr-xcore/eiwd/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/eiwd/build b/core/eiwd/build
new file mode 100755
index 00000000..7b75829a
--- /dev/null
+++ b/core/eiwd/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --localstatedir=/var
+
+make
+make DESTDIR="$1" install