20 lines
603 B
Bash
20 lines
603 B
Bash
# Template file for 'radvd'
|
|
pkgname=radvd
|
|
version=2.15
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config 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=b3a10ddaf7b000b743abc3681050e7e13b206bc5be6eb483e83217e088f45727
|
|
|
|
post_install() {
|
|
vsv radvd
|
|
vconf radvd.conf.example radvd.conf
|
|
vlicense COPYRIGHT LICENSE
|
|
}
|