void-packages/srcpkgs/radvd/template
2015-01-23 12:04:28 +01:00

22 lines
636 B
Plaintext

# Template file for 'radvd'
pkgname=radvd
version=2.10
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config flex"
makedepends="check-devel libdaemon-devel"
conf_files="/etc/radvd.conf"
replaces="runit-void<20141013_2"
short_desc="IPv6 Router Advertisement Daemon"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://www.litech.org/radvd/"
distfiles="http://www.litech.org/radvd/dist/${pkgname}-${version}.tar.xz"
checksum=76ceee8304120ae42cc38d03dd720a3db94a57e459f3184254fa523367fb9773
post_install() {
vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE
}