forked from kiss-community/repo
Merge branch 'master' of github.com:dylanaraps/kiss-experiment
This commit is contained in:
commit
783f008fc9
14
core/dhcpcd/build
Executable file
14
core/dhcpcd/build
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sbindir=/usr/bin \
|
||||
--sysconfdir=/etc \
|
||||
--rundir=/run
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Install runit service.
|
||||
install -Dm 755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
|
||||
ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise"
|
2
core/dhcpcd/checksums
Normal file
2
core/dhcpcd/checksums
Normal file
@ -0,0 +1,2 @@
|
||||
74ab38177548abe968c2abacefffdd97b573acaedd4f77b6c0a54ae38f68566e dhcpcd-7.2.3.tar.xz
|
||||
533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run
|
2
core/dhcpcd/files/dhcpcd.run
Normal file
2
core/dhcpcd/files/dhcpcd.run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec dhcpcd -BM 1>&2
|
2
core/dhcpcd/sources
Normal file
2
core/dhcpcd/sources
Normal file
@ -0,0 +1,2 @@
|
||||
https://roy.marples.name/downloads/dhcpcd/dhcpcd-7.2.3.tar.xz
|
||||
files/dhcpcd.run
|
1
core/dhcpcd/version
Normal file
1
core/dhcpcd/version
Normal file
@ -0,0 +1 @@
|
||||
7.2.3 1
|
Loading…
Reference in New Issue
Block a user