# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Tools for IPv6 networking" HOMEPAGE="http://www.remlab.net/ndisc6/" SRC_URI="http://www.remlab.net/files/ndisc6/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-lang/perl sys-devel/gettext" src_compile() { econf --localstatedir=/var || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README || die newinitd "${FILESDIR}"/rdnssd.rc rdnssd || die newconfd "${FILESDIR}"/rdnssd.conf rdnssd || die exeinto /etc/rdnssd doexe "${FILESDIR}"/resolvconf || die }