vp-build/srcpkgs/radvd/template

20 lines
614 B
Plaintext

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