2009-03-06 08:18:38 +01:00
|
|
|
# Template file for 'dhcpcd'
|
|
|
|
pkgname=dhcpcd
|
2015-09-04 21:25:25 +02:00
|
|
|
version=6.9.3
|
2015-07-10 06:58:49 +02:00
|
|
|
revision=1
|
2014-03-29 15:32:57 +01:00
|
|
|
lib32disabled=yes
|
2015-03-04 19:44:01 +01:00
|
|
|
build_pie=yes
|
2009-09-03 10:20:39 +02:00
|
|
|
build_style=configure
|
2015-06-02 08:10:28 +02:00
|
|
|
configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run"
|
2014-10-18 09:02:15 +02:00
|
|
|
hostmakedepends="ntp pkg-config"
|
2014-09-06 12:42:09 +02:00
|
|
|
makedepends="libudev-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
conf_files="/etc/dhcpcd.conf"
|
2009-03-06 08:18:38 +01:00
|
|
|
short_desc="RFC2131 compliant DHCP client"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-10-29 10:26:08 +01:00
|
|
|
license="2-clause-BSD"
|
2012-07-09 12:26:14 +02:00
|
|
|
homepage="http://roy.marples.name/projects/dhcpcd"
|
2015-07-10 06:58:49 +02:00
|
|
|
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
|
2015-09-04 21:25:25 +02:00
|
|
|
checksum=6089471ed695fa62ac8351466b96b4b6365fd14ec455a120a6524663808eae53
|
2014-08-20 11:48:03 +02:00
|
|
|
|
2014-11-06 17:35:19 +01:00
|
|
|
pre_install() {
|
|
|
|
# make wpa_supplicant log to syslog rather than stdout
|
|
|
|
sed -i 's,-B,& -s,' dhcpcd-hooks/10-wpa_supplicant
|
|
|
|
}
|
2012-01-30 12:45:51 +01:00
|
|
|
post_install() {
|
2014-10-13 11:52:12 +02:00
|
|
|
vsv dhcpcd
|
|
|
|
vsv dhcpcd-eth0
|
2014-12-18 09:05:17 +01:00
|
|
|
# Enable controlgroup by default, to make dhcpcd-ui work.
|
|
|
|
sed -i 's,^#\(controlgroup.*\),\1,' ${DESTDIR}/etc/dhcpcd.conf
|
2009-04-30 02:00:16 +02:00
|
|
|
}
|