void-packages/srcpkgs/dhcpcd/template
2012-07-13 00:09:25 +02:00

32 lines
1.1 KiB
Plaintext

# Template file for 'dhcpcd'
pkgname=dhcpcd
version=5.6.1
revision=1
build_style=configure
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
makedepends="ntp"
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=ee60044255fd33c09ff5606058d5a143044290d2b978887447466b7ae488e8b1
long_desc="
dhcpcd is a RFC 2131 compliant DHCP client. It's also a RFC 3927 compliant
IPv4LL (aka ZeroConf) client.
In layman's terms, dhcpcd runs on your machine and silently configures your
computer to work on the attached networks without trouble and mostly without
configuration."
pre_install() {
sed -i -e "s|/var/run/dhcpcd|/run/dhcpcd|g" dhcpcd-run-hooks.in
}
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
}