void-packages/srcpkgs/dhcpcd/template

32 lines
1.1 KiB
Text
Raw Normal View History

# Template file for 'dhcpcd'
pkgname=dhcpcd
2012-09-03 10:17:39 +00:00
version=5.6.2
2012-07-12 22:09:25 +00:00
revision=1
build_style=configure
2012-02-29 12:04:04 +00:00
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-09-03 10:17:39 +00:00
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."
2012-07-09 10:26:14 +00:00
pre_install() {
sed -i -e "s|/var/run/dhcpcd|/run/dhcpcd|g" dhcpcd-run-hooks.in
}
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
}