New package: radvd-1.14

This commit is contained in:
Christian Neukirchen 2014-07-03 20:42:49 +02:00
parent e3b99880c2
commit 49594d4781

19
srcpkgs/radvd/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'radvd'
pkgname=radvd
version=1.14
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config bison flex"
makedepends="libdaemon-devel"
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"
checksum=33db1305e4a80baeb71f603e5cdee4f26f9b6bb4db299c68bf33aaeda79b0eb3
post_install() {
vinstall radvd.conf.example 644 etc radvd.conf
vlicense COPYRIGHT LICENSE
}