aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-05 14:46:24 +0300
committerCem Keylan <cem@ckyln.com>2020-06-05 14:46:24 +0300
commitd10f77b98663ff814fed1ab6bc54ab9649297c80 (patch)
tree371d66ae9e56e69d9c7f06fab7f8ce9dbbdd2bbe /core
parent5d327cff92b68ce9c7cdc534fc7b7bbefc607dad (diff)
downloadrepository-d10f77b98663ff814fed1ab6bc54ab9649297c80.tar.gz
dhcpcd: move to extra
Diffstat (limited to 'core')
-rwxr-xr-xcore/dhcpcd/build23
-rw-r--r--core/dhcpcd/checksums3
-rw-r--r--core/dhcpcd/depends1
-rw-r--r--core/dhcpcd/files/dhcpcd.run2
-rw-r--r--core/dhcpcd/patches/fix-common-header.patch10
-rw-r--r--core/dhcpcd/sources3
-rw-r--r--core/dhcpcd/version1
7 files changed, 0 insertions, 43 deletions
diff --git a/core/dhcpcd/build b/core/dhcpcd/build
deleted file mode 100755
index 83275995..00000000
--- a/core/dhcpcd/build
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh -e
-
-patch -p1 < fix-common-header.patch
-
-export CFLAGS="$CFLAGS -fPIC"
-export LDFLAGS="$LDFLAGS -static"
-
-./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc \
- --rundir=/run \
- --without-udev
-
-make
-make DESTDIR="$1" install
-
-# Install runit service.
-install -Dm755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
-ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise"
-
-# Install runit service.
-install -Dm755 dhcpcd.run "$1/etc/sysmgr/dhcpcd"
diff --git a/core/dhcpcd/checksums b/core/dhcpcd/checksums
deleted file mode 100644
index fc3dc686..00000000
--- a/core/dhcpcd/checksums
+++ /dev/null
@@ -1,3 +0,0 @@
-e21e13d581862a07ce6a204b164b8dee0f374bcdb24c4868e7582be82165f42e dhcpcd-9.1.1.tar.gz
-533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run
-954aaf3c0182eae030e4df8c85b3e566de6fb97b899433e24f2ab54bd365a105 fix-common-header.patch
diff --git a/core/dhcpcd/depends b/core/dhcpcd/depends
deleted file mode 100644
index 1f97bc3a..00000000
--- a/core/dhcpcd/depends
+++ /dev/null
@@ -1 +0,0 @@
-linux-headers make
diff --git a/core/dhcpcd/files/dhcpcd.run b/core/dhcpcd/files/dhcpcd.run
deleted file mode 100644
index 0172d7f8..00000000
--- a/core/dhcpcd/files/dhcpcd.run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec dhcpcd -BM 1>&2
diff --git a/core/dhcpcd/patches/fix-common-header.patch b/core/dhcpcd/patches/fix-common-header.patch
deleted file mode 100644
index 854892a2..00000000
--- a/core/dhcpcd/patches/fix-common-header.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- dhcpcd/src/common.h
-+++ dhcpcd/src/common.h
-@@ -31,6 +31,7 @@
-
- #include <sys/param.h>
- #include <sys/time.h>
-+#include <sys/stat.h>
- #include <stdint.h>
- #include <stdio.h>
-
diff --git a/core/dhcpcd/sources b/core/dhcpcd/sources
deleted file mode 100644
index d1535310..00000000
--- a/core/dhcpcd/sources
+++ /dev/null
@@ -1,3 +0,0 @@
-https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.1.1.tar.gz
-files/dhcpcd.run
-patches/fix-common-header.patch
diff --git a/core/dhcpcd/version b/core/dhcpcd/version
deleted file mode 100644
index 5be13cc7..00000000
--- a/core/dhcpcd/version
+++ /dev/null
@@ -1 +0,0 @@
-9.1.1 1