void-packages/srcpkgs/radvd/template
Christian Neukirchen 5c648f7d0e radvd: xlint.
2014-11-23 15:44:38 +01:00

22 lines
635 B
Plaintext

# 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
}