void-packages/srcpkgs/dhcpcd/template
2012-12-07 09:28:37 +01:00

28 lines
1,016 B
Text

# Template file for 'dhcpcd'
pkgname=dhcpcd
version=5.6.4
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=4072999704585c16ac45458d459eb50186c3de91c3c14c3288896963cc30b594
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."
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
}