void-packages/srcpkgs/radvd/template
2016-07-06 11:57:36 +02:00

20 lines
603 B
Bash

# Template file for 'radvd'
pkgname=radvd
version=2.14
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=f8133114821544c62207de8026c627086461b88650b7811b5a9c5f17fb0a4191
post_install() {
vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE
}