void-packages/srcpkgs/dhcpcd/template

28 lines
788 B
Plaintext
Raw Normal View History

# Template file for 'dhcpcd'
pkgname=dhcpcd
2013-09-21 21:30:29 +02:00
version=6.1.0
2013-06-22 07:08:47 +02:00
revision=1
build_style=configure
configure_args="--prefix=/usr --libexecdir=/usr/lib
--sysconfdir=/etc --rundir=/run"
2013-06-22 07:08:47 +02:00
hostmakedepends="which ntp"
short_desc="RFC2131 compliant DHCP client"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-06 17:07:48 +01:00
license="Simplified BSD"
2012-07-09 12:26:14 +02:00
homepage="http://roy.marples.name/projects/dhcpcd"
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
2013-09-21 21:30:29 +02:00
checksum=71735bcc2e740f37865a985fe32eaa9da5bf557e8b74b214d8099cac878cab64
post_install() {
2012-02-29 13:04:04 +01:00
chmod 755 ${DESTDIR}/usr/sbin/dhcpcd
2012-07-09 22:47:48 +02:00
vinstall ${FILESDIR}/dhcpcd.service 644 usr/lib/systemd/system
vinstall ${FILESDIR}/dhcpcd@.service 644 usr/lib/systemd/system
}
dhcpcd_package() {
conf_files="/etc/dhcpcd.conf"
pkg_install() {
2013-04-29 13:52:35 +02:00
vmove all
}
}