From d32dac1d820b3e58629fa024bbe9e902275d0a00 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 2 Dec 2019 20:57:34 +0000 Subject: [PATCH] eiwd: new package at 0.1.0 --- core/eiwd/build | 8 ++++++++ core/eiwd/checksums | 1 + core/eiwd/depends | 1 + core/eiwd/sources | 1 + core/eiwd/version | 1 + 5 files changed, 12 insertions(+) create mode 100755 core/eiwd/build create mode 100644 core/eiwd/checksums create mode 100644 core/eiwd/depends create mode 100644 core/eiwd/sources create mode 100644 core/eiwd/version 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..678a9446 --- /dev/null +++ b/core/eiwd/checksums @@ -0,0 +1 @@ +4f13530bb2d7d4ebcedc7d9d4795d06f3dba6347d47f785ab23fa1395038dde0 eiwd-0.1.0.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..d4404982 --- /dev/null +++ b/core/eiwd/sources @@ -0,0 +1 @@ +https://github.com/dylanaraps/eiwd/releases/download/0.1.0/eiwd-0.1.0.tar.xz diff --git a/core/eiwd/version b/core/eiwd/version new file mode 100644 index 00000000..6c5d3836 --- /dev/null +++ b/core/eiwd/version @@ -0,0 +1 @@ +0.1.0 1