void-packages/srcpkgs/dhcpcd/template
2012-09-03 12:17:39 +02:00

32 lines
1.1 KiB
Plaintext

# Template file for 'dhcpcd'
pkgname=dhcpcd
version=5.6.2
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=25de12e0e4fd296a24efd061cdaba9716798002d5c1bacc1dfd4d0b571e25114
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
}