New package: radvd-1.14
This commit is contained in:
parent
e3b99880c2
commit
49594d4781
1 changed files with 19 additions and 0 deletions
19
srcpkgs/radvd/template
Normal file
19
srcpkgs/radvd/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue