27 lines
784 B
Text
27 lines
784 B
Text
# Template file for 'dhcpcd'
|
|
pkgname=dhcpcd
|
|
version=5.6.8
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--prefix=/usr --libexecdir=/usr/lib
|
|
--sysconfdir=/etc --rundir=/run"
|
|
makedepends="which ntp"
|
|
short_desc="RFC2131 compliant DHCP client"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="Simplified BSD"
|
|
homepage="http://roy.marples.name/projects/dhcpcd"
|
|
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
|
checksum=a3b15da770623774f4e659bf3239fca50f03594207bca3a2ad011f0b68d8eec4
|
|
|
|
post_install() {
|
|
chmod 755 ${DESTDIR}/usr/sbin/dhcpcd
|
|
vinstall ${FILESDIR}/dhcpcd.service 644 usr/lib/systemd/system
|
|
vinstall ${FILESDIR}/dhcpcd@.service 644 usr/lib/systemd/system
|
|
}
|
|
|
|
dhcpcd_package() {
|
|
conf_files="/etc/dhcpcd.conf"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|