void-packages/srcpkgs/radvd/template
Christian Neukirchen 740ebc6383 radvd: update to 2.9.
2015-01-02 10:37:22 +01:00

22 lines
635 B
Plaintext

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