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