# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /usr/local/portage/net-misc/dnscli/dnscli-0.0.1.ebuild DESCRIPTION="A tool to test the DNS servers, written in C" HOMEPAGE="http://www.stupidcomputing.com/downloads/dns-client/" SRC_URI="http://www.stupidcomputing.com/downloads/dns-client/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" function src_compile() { emake || die "emake failed" } function src_install() { dodir /usr/bin dobin dnsCli doman dnsCli.1.gz }