void-packages/srcpkgs/radvd/template
2016-02-03 13:18:06 +01:00

20 lines
603 B
Bash

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