aboutsummaryrefslogtreecommitdiff
path: root/core
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
parent58f78fe5c7460574cf150cbc01962701d339cef9 (diff)
downloadrepository-dbb51f62fde4abde04e8cdf2a42b5fc029585a46.tar.gz
eiwd: added package
Diffstat (limited to 'core')
-rwxr-xr-xcore/eiwd/build8
-rw-r--r--core/eiwd/checksums1
-rw-r--r--core/eiwd/depends1
-rw-r--r--core/eiwd/sources1
-rw-r--r--core/eiwd/version1
5 files changed, 12 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
diff --git a/core/eiwd/checksums b/core/eiwd/checksums
new file mode 100644
index 00000000..c8681423
--- /dev/null
+++ b/core/eiwd/checksums
@@ -0,0 +1 @@
+f755776ca80a264fe649c0b96b1d9899ee943ccd0624da2486904e8d30529a61 eiwd-0.2.1.tar.xz
diff --git a/core/eiwd/depends b/core/eiwd/depends
new file mode 100644
index 00000000..0cb0514d
--- /dev/null
+++ b/core/eiwd/depends
@@ -0,0 +1 @@
+openresolv
diff --git a/core/eiwd/sources b/core/eiwd/sources
new file mode 100644
index 00000000..7f012942
--- /dev/null
+++ b/core/eiwd/sources
@@ -0,0 +1 @@
+https://github.com/dylanaraps/eiwd/releases/download/0.2.1/eiwd-0.2.1.tar.xz
diff --git a/core/eiwd/version b/core/eiwd/version
new file mode 100644
index 00000000..09a2a0ab
--- /dev/null
+++ b/core/eiwd/version
@@ -0,0 +1 @@
+0.2.1 1