void-packages/srcpkgs/radvd/template

20 lines
614 B
Plaintext
Raw Normal View History

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