void-packages/srcpkgs/radvd/template
2016-04-03 15:12:35 +02:00

20 lines
603 B
Bash

# Template file for 'radvd'
pkgname=radvd
version=2.13
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config flex"
makedepends="check-devel libdaemon-devel"
conf_files="/etc/radvd.conf"
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=6a9269635e908117495dc9f79049c5fae46be5f4f3158bce6a94fd78bf79efd3
post_install() {
vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE
}