dhcpcd: use eudev rather than the systemd monster.

This commit is contained in:
Juan RP 2014-08-26 12:46:11 +02:00
parent 014cf09448
commit 5251976602

View File

@ -6,7 +6,7 @@ lib32disabled=yes
build_style=configure
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
hostmakedepends="which ntp pkg-config"
makedepends="libudev-devel"
makedepends="eudev-libudev-devel"
conf_files="/etc/dhcpcd.conf"
short_desc="RFC2131 compliant DHCP client"
maintainer="Juan RP <xtraeme@gmail.com>"