# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild,v 1.4 2002/08/01 11:59:03 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Proxy DNS server with permanent caching" SRC_URI="http://home.t-online.de/home/Moestl/${P}.tar.bz2" HOMEPAGE="http://home.t-online.de/home/Moestl/" DEPEND="virtual/glibc" SLOT="0" LICENSE="BSD | GPL-2" KEYWORDS="x86" src_compile() { econf \ --sysconfdir=/etc/pdnsd \ --with-cachedir=/var/lib/pdnsd \ || die "bad configure" emake all || die "compile problem" } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING* ChangeLog* NEWS README THANKS TODO docinto contrib ; dodoc contrib/{README,dhcp2pdnsd,pdnsd_dhcp.pl} docinto html ; dodoc doc/html/* docinto txt ; dodoc doc/txt/* newdoc doc/pdnsd.conf pdnsd.conf.sample exeinto /etc/init.d ; newexe ${FILESDIR}/pdnsd.rc6 pdnsd }