dhcpcd: enable udev support.

This commit is contained in:
Juan RP 2014-01-04 08:14:32 +01:00
parent 4541d4cfce
commit a91cb4fb01
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'dhcpcd'
pkgname=dhcpcd
version=6.2.0
revision=1
revision=2
build_style=configure
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
hostmakedepends="which ntp"
hostmakedepends="which ntp pkg-config"
makedepends="libudev-devel"
conf_files="/etc/dhcpcd.conf"
short_desc="RFC2131 compliant DHCP client"
maintainer="Juan RP <xtraeme@gmail.com>"