void-packages/srcpkgs/radvd/template
2014-07-07 23:27:45 +02:00

20 lines
603 B
Plaintext

# Template file for 'radvd'
pkgname=radvd
version=1.14
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config bison flex"
makedepends="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=33db1305e4a80baeb71f603e5cdee4f26f9b6bb4db299c68bf33aaeda79b0eb3
post_install() {
vinstall radvd.conf.example 644 etc radvd.conf
vlicense COPYRIGHT LICENSE
}