vp-build/srcpkgs/radvd/template

21 lines
603 B
Bash

# Template file for 'radvd'
pkgname=radvd
version=2.16
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=317ce738d40a421c290feb47b3a88c4fc7b2f8ce152c2012591cac36ecc36ae8
post_install() {
vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE
}