void-packages/srcpkgs/radvd/template
2025-01-02 18:09:19 +01:00

24 lines
642 B
Bash

# Template file for 'radvd'
pkgname=radvd
version=2.20
revision=1
build_style=gnu-configure
hostmakedepends="flex pkg-config"
checkdepends="check-devel"
short_desc="IPv6 Router Advertisement Daemon"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="radvd"
homepage="http://www.litech.org/radvd/"
distfiles="http://www.litech.org/radvd/dist/${pkgname}-${version}.tar.xz"
checksum=25d2960fb977ac35c45a8d85b71db22ed8af325db7dbf4a562fb03eab2848dcd
conf_files="/etc/radvd.conf"
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" --with-check"
fi
post_install() {
vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE
}