void-packages/srcpkgs/dhcpcd/template

24 lines
790 B
Text
Raw Normal View History

# Template file for 'dhcpcd'
pkgname=dhcpcd
2014-03-14 15:45:20 +00:00
version=6.3.2
2014-02-06 16:16:42 +00:00
revision=1
build_style=configure
2014-01-04 07:08:43 +00:00
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
2014-01-04 07:14:32 +00:00
hostmakedepends="which ntp pkg-config"
makedepends="libudev-devel"
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"
2014-03-14 15:45:20 +00:00
checksum=b69c1ef06a92f327993ee1cc4cfd9145c296aa1ac6070ba2f9ac74931b2f55ec
2014-03-15 09:02:47 +00:00
lib32disabled=yes
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
}