mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
eiwd,openresolv: Move to extra
This commit is contained in:
parent
fda245a00a
commit
34e3221fed
16
extra/eiwd/build
Executable file
16
extra/eiwd/build
Executable 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
1
extra/eiwd/checksums
Normal file
@ -0,0 +1 @@
|
||||
d464acf15333037340cc340718cb8245545b70a447b694213268f2697f2455f5 eiwd-1.5.tar.xz
|
8
extra/eiwd/post-install
Executable file
8
extra/eiwd/post-install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat <<EOF
|
||||
|
||||
NOTE: You also need [1mopenresolv[m to use eiwd's
|
||||
built-in DNS features.
|
||||
|
||||
EOF
|
1
extra/eiwd/sources
Normal file
1
extra/eiwd/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/dylanaraps/eiwd/releases/download/1.5/eiwd-1.5.tar.xz
|
1
extra/eiwd/version
Normal file
1
extra/eiwd/version
Normal file
@ -0,0 +1 @@
|
||||
1.5 1
|
8
extra/openresolv/build
Executable file
8
extra/openresolv/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sbindir=/usr/bin
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/openresolv/checksums
Normal file
1
extra/openresolv/checksums
Normal file
@ -0,0 +1 @@
|
||||
4078bc52dee022f4a1c7594045e724af9da5ef16d670e0c08444d1830033ba06 openresolv-3.10.0.tar.xz
|
1
extra/openresolv/sources
Normal file
1
extra/openresolv/sources
Normal file
@ -0,0 +1 @@
|
||||
http://roy.aydogan.net/openresolv/openresolv-3.10.0.tar.xz
|
1
extra/openresolv/version
Normal file
1
extra/openresolv/version
Normal file
@ -0,0 +1 @@
|
||||
3.10.0 2
|
Loading…
Reference in New Issue
Block a user