2009-03-06 07:18:38 +00:00
|
|
|
# Template file for 'dhcpcd'
|
|
|
|
pkgname=dhcpcd
|
2013-09-21 19:30:29 +00:00
|
|
|
version=6.1.0
|
2013-06-22 05:08:47 +00:00
|
|
|
revision=1
|
2009-09-03 08:20:39 +00:00
|
|
|
build_style=configure
|
2012-11-13 10:08:48 +00:00
|
|
|
configure_args="--prefix=/usr --libexecdir=/usr/lib
|
|
|
|
--sysconfdir=/etc --rundir=/run"
|
2013-06-22 05:08:47 +00:00
|
|
|
hostmakedepends="which ntp"
|
2009-03-06 07:18:38 +00:00
|
|
|
short_desc="RFC2131 compliant DHCP client"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-06 16:07:48 +00:00
|
|
|
license="Simplified BSD"
|
2012-07-09 10:26:14 +00:00
|
|
|
homepage="http://roy.marples.name/projects/dhcpcd"
|
|
|
|
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
2013-09-21 19:30:29 +00:00
|
|
|
checksum=71735bcc2e740f37865a985fe32eaa9da5bf557e8b74b214d8099cac878cab64
|
2009-03-06 07:18:38 +00:00
|
|
|
|
2012-01-30 11:45:51 +00:00
|
|
|
post_install() {
|
2012-02-29 12:04:04 +00:00
|
|
|
chmod 755 ${DESTDIR}/usr/sbin/dhcpcd
|
2012-07-09 20:47:48 +00:00
|
|
|
vinstall ${FILESDIR}/dhcpcd.service 644 usr/lib/systemd/system
|
|
|
|
vinstall ${FILESDIR}/dhcpcd@.service 644 usr/lib/systemd/system
|
2009-04-30 00:00:16 +00:00
|
|
|
}
|
2013-04-12 07:46:44 +00:00
|
|
|
|
|
|
|
dhcpcd_package() {
|
|
|
|
conf_files="/etc/dhcpcd.conf"
|
|
|
|
pkg_install() {
|
2013-04-29 11:52:35 +00:00
|
|
|
vmove all
|
2013-04-12 07:46:44 +00:00
|
|
|
}
|
|
|
|
}
|