net-misc/ndisc6: add 1.0.6

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-08-16 04:04:16 +01:00
parent 7d17e16cd3
commit 46360ff488
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ndisc6-1.0.5.tar.bz2 263243 BLAKE2B 638e47e2bb1671a0bdd53edafd65acc774f068442dd6ade398e8bcae5630353f64b753b04237443aa6a6ea27de36206359e93e308fe5e610a4133ed730d71dd1 SHA512 d2742fee8202da988fd6d2b4b811125a4ab786b645b96b3a1fcfe248a3d9a39706055cf499c6cc742decfa5c3dbcbaac28ae01a50b9ad3ec10906dd468fec47e
DIST ndisc6-1.0.6.tar.bz2 262008 BLAKE2B b451f8a6f74fe0d30546152e9711055cb2d9fd1433a83f0fdcc57eba4f9eaf41705b03fcfcc14666906f90f3a450c2ef6e3d66faca5019106664dd96dd6d70cf SHA512 e9ce26d139c5cdcaac7a507c247ace5ba1d6bc95a92fbdb693788e463183965390a8228133a8bbbf07ba19eeae64c7a12ce13eb031c1a0c0c47b086d42c527ae

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Recursive DNS Servers discovery Daemon (rdnssd) for IPv6"
HOMEPAGE="https://www.remlab.net/ndisc6/"
SRC_URI="https://www.remlab.net/files/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86 ~x64-macos"
IUSE="debug"
BDEPEND="dev-lang/perl
sys-devel/gettext"
src_configure() {
econf $(use_enable debug assert)
}
src_install() {
emake DESTDIR="${D}" install
newinitd "${FILESDIR}"/rdnssd.rc-1 rdnssd
newconfd "${FILESDIR}"/rdnssd.conf rdnssd
exeinto /etc/rdnssd
newexe "${FILESDIR}"/resolvconf-1 resolvconf
dodoc AUTHORS ChangeLog NEWS README
keepdir /var/lib/run/rdnssd
}