26 lines
864 B
Text
26 lines
864 B
Text
# Template file for 'dhcpcd'
|
|
pkgname=dhcpcd
|
|
version=6.4.3
|
|
revision=2
|
|
lib32disabled=yes
|
|
build_style=configure
|
|
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
|
|
hostmakedepends="which ntp pkg-config"
|
|
makedepends="eudev-libudev-devel"
|
|
conf_files="/etc/dhcpcd.conf"
|
|
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=36ad01619ee81ac3815467d0157c38a14f5db464371326e97f719be362d5ab9c
|
|
|
|
build_options="systemd"
|
|
|
|
post_install() {
|
|
chmod 755 ${DESTDIR}/usr/sbin/dhcpcd
|
|
if [ "$build_option_systemd" ]; then
|
|
vinstall ${FILESDIR}/dhcpcd.service 644 usr/lib/systemd/system
|
|
vinstall ${FILESDIR}/dhcpcd@.service 644 usr/lib/systemd/system
|
|
fi
|
|
}
|