vp-build/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-07-31 15:46:49 +02:00
version=2.4
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-07-31 15:46:49 +02:00
checksum=30f0b184065577392236ad32f99f2eb85a6a17d9b84337b6c5a3bdc8c442127b
2014-07-03 20:42:49 +02:00
post_install() {
vinstall radvd.conf.example 644 etc radvd.conf
vlicense COPYRIGHT LICENSE
}