eiwd,openresolv: Move to extra

This commit is contained in:
Dylan Araps 2020-03-11 00:15:16 +02:00
parent fda245a00a
commit 34e3221fed
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
9 changed files with 38 additions and 0 deletions

16
extra/eiwd/build Executable file
View File

@ -0,0 +1,16 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--libexecdir=/usr/bin \
--localstatedir=/var \
--disable-client \
--disable-dbus-policy \
--disable-dbus \
--disable-systemd-service \
--disable-monitor \
--disable-manual-pages \
--disable-wired
make
make DESTDIR="$1" install

1
extra/eiwd/checksums Normal file
View File

@ -0,0 +1 @@
d464acf15333037340cc340718cb8245545b70a447b694213268f2697f2455f5 eiwd-1.5.tar.xz

8
extra/eiwd/post-install Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
cat <<EOF
NOTE: You also need openresolv to use eiwd's
built-in DNS features.
EOF

1
extra/eiwd/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/dylanaraps/eiwd/releases/download/1.5/eiwd-1.5.tar.xz

1
extra/eiwd/version Normal file
View File

@ -0,0 +1 @@
1.5 1

8
extra/openresolv/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
4078bc52dee022f4a1c7594045e724af9da5ef16d670e0c08444d1830033ba06 openresolv-3.10.0.tar.xz

1
extra/openresolv/sources Normal file
View File

@ -0,0 +1 @@
http://roy.aydogan.net/openresolv/openresolv-3.10.0.tar.xz

1
extra/openresolv/version Normal file
View File

@ -0,0 +1 @@
3.10.0 2