2014-07-03 20:42:49 +02:00
|
|
|
# Template file for 'radvd'
|
|
|
|
pkgname=radvd
|
2014-09-06 16:00:24 +02:00
|
|
|
version=2.6
|
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-09-06 16:00:24 +02:00
|
|
|
checksum=994c5293062a1160ee327075bdcacf2886d0edf08bbe2c0cf32b67268532e8ee
|
2014-07-03 20:42:49 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall radvd.conf.example 644 etc radvd.conf
|
|
|
|
vlicense COPYRIGHT LICENSE
|
|
|
|
}
|