21 lines
644 B
Text
21 lines
644 B
Text
# Template file for 'radvd'
|
|
pkgname=radvd
|
|
version=2.8
|
|
revision=2
|
|
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=0a1041b2044dafa45882b9fc30badadb7abed76c1a20f6332fecaa53c8440df9
|
|
|
|
post_install() {
|
|
vsv radvd
|
|
vconf radvd.conf.example radvd.conf
|
|
vlicense COPYRIGHT LICENSE
|
|
}
|