28 lines
796 B
Text
28 lines
796 B
Text
# Template file for 'dhcpcd'
|
|
pkgname=dhcpcd
|
|
version=5.6.7
|
|
revision=2
|
|
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=102cc37596216c0e2c0b230fe58bf880e993ec8663c7c2178fb2a06c25938c90
|
|
|
|
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 etc
|
|
vmove usr
|
|
}
|
|
}
|