void-packages/srcpkgs/dhcpcd/template

29 lines
1,016 B
Text
Raw Normal View History

# Template file for 'dhcpcd'
pkgname=dhcpcd
2012-12-07 08:28:37 +00:00
version=5.6.4
revision=1
build_style=configure
configure_args="--prefix=/usr --libexecdir=/usr/lib
--sysconfdir=/etc --rundir=/run"
makedepends="ntp"
2012-07-09 10:26:14 +00:00
conf_files="/etc/dhcpcd.conf"
short_desc="RFC2131 compliant DHCP client"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-06 16:07:48 +00:00
license="Simplified BSD"
2012-07-09 10:26:14 +00:00
homepage="http://roy.marples.name/projects/dhcpcd"
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
2012-12-07 08:28:37 +00:00
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() {
2012-02-29 12:04:04 +00:00
chmod 755 ${DESTDIR}/usr/sbin/dhcpcd
2012-07-09 20:47:48 +00:00
vinstall ${FILESDIR}/dhcpcd.service 644 usr/lib/systemd/system
vinstall ${FILESDIR}/dhcpcd@.service 644 usr/lib/systemd/system
}