void-packages/srcpkgs/radvd/template

22 lines
635 B
Text
Raw Normal View History

2014-07-03 18:42:49 +00:00
# Template file for 'radvd'
pkgname=radvd
2015-01-02 09:15:42 +00:00
version=2.9
revision=1
2014-07-03 18:42:49 +00:00
build_style=gnu-configure
2014-10-13 14:49:24 +00:00
hostmakedepends="pkg-config flex"
2014-07-31 13:46:49 +00:00
makedepends="check-devel libdaemon-devel"
2014-07-03 18:42:49 +00:00
conf_files="/etc/radvd.conf"
2014-10-13 14:49:24 +00:00
replaces="runit-void<20141013_2"
2014-07-03 18:42:49 +00:00
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"
2015-01-02 09:15:42 +00:00
checksum=525ead3ba7fc6378f14c5d96a0de01ff62e9a1fea8cb7233b502a81da05bbab8
2014-07-03 18:42:49 +00:00
post_install() {
2014-11-23 14:44:38 +00:00
vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE
2014-07-03 18:42:49 +00:00
}