21 lines
589 B
Bash
21 lines
589 B
Bash
# Template file for 'radvd'
|
|
pkgname=radvd
|
|
version=2.17
|
|
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="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=5b09d65af024d8ad716cead681836c2aaade43e5ee5cb03deac986a787b1a6d5
|
|
|
|
post_install() {
|
|
vsv radvd
|
|
vconf radvd.conf.example radvd.conf
|
|
vlicense COPYRIGHT LICENSE
|
|
}
|