void-packages/srcpkgs/radvd/template

20 lines
614 B
Text
Raw Normal View History

2014-07-03 18:42:49 +00:00
# Template file for 'radvd'
pkgname=radvd
2014-09-17 12:34:01 +00:00
version=2.7
2014-07-03 18:42:49 +00:00
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config bison flex"
2014-07-31 13:46:49 +00:00
makedepends="check-devel libdaemon-devel"
2014-07-03 18:42:49 +00:00
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"
2014-09-17 12:34:01 +00:00
checksum=c05bae14cf152cab195df7ec3baefc5c41250a5770c1da9be2fe4fc94ce23f27
2014-07-03 18:42:49 +00:00
post_install() {
vinstall radvd.conf.example 644 etc radvd.conf
vlicense COPYRIGHT LICENSE
}