# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A caching DNS proxy server" HOMEPAGE="http://dnrd.sourceforge.net/" SRC_URI="mirror://sourceforge/dnrd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" S=${WORKDIR}/${P} inherit gnuconfig src_unpack() { unpack ${A} gnuconfig_update } src_install() { make DESTDIR=${D} install || die dodir /etc/dnrd exeinto /etc/init.d newexe "${FILESDIR}/dnrd.rc6" dnrd insinto /etc/conf.d newins "${FILESDIR}/dnrd.conf" dnrd }