# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The dnsproxy daemon is a djbdns-friendly proxy for DNS queries." HOMEPAGE="http://www.wolfermann.org/dnsproxy.html" SRC_URI="http://www.wolfermann.org/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_install() { dosbin dnsproxy dodoc README doman dnsproxy.1 insinto /etc/dnsproxy newins dnsproxy.conf dnsproxy.conf-dist insinto /etc/conf.d newins ${FILESDIR}/confd dnsproxy newinitd ${FILESDIR}/initd dnsproxy }