void-packages/srcpkgs/radvd/template
2019-02-26 14:46:10 -03:00

20 lines
537 B
Bash

# Template file for 'radvd'
pkgname=radvd
version=2.18
revision=1
build_style=gnu-configure
hostmakedepends="flex"
short_desc="IPv6 Router Advertisement Daemon"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom"
homepage="http://www.litech.org/radvd/"
distfiles="http://www.litech.org/radvd/dist/${pkgname}-${version}.tar.xz"
checksum=e1bffefe6537e4b205d33afda35fec6014e5f860cc364850068a6ed9c6a65cdc
conf_files="/etc/radvd.conf"
post_install() {
vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE
}