# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.4.ebuild,v 1.1 2005/03/02 08:02:33 dragonheart Exp $ DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services" HOMEPAGE="http://updatedd.philipp-benner.de/" SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="" RDEPEND="virtual/libc" src_install() { emake DESTDIR=${D} install || die mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF} dodoc AUTHORS }