vp-build/srcpkgs/radvd/template

21 lines
537 B
Bash

# Template file for 'radvd'
pkgname=radvd
version=2.19
revision=1
build_style=gnu-configure
hostmakedepends="flex"
short_desc="IPv6 Router Advertisement Daemon"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom"
homepage="http://www.litech.org/radvd/"
distfiles="http://www.litech.org/radvd/dist/${pkgname}-${version}.tar.xz"
checksum=564e04597f71a9057d02290da0dd21b592d277ceb0e7277550991d788213e240
conf_files="/etc/radvd.conf"
post_install() {
vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE
}