# 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" HOMEPAGE="http://www.stupidcomputing.com/downloads/dns-client/" SRC_URI="http://www.stupidcomputing.com/downloads/dns-client/dnscli-0.0.1.tar.bz2" LICENSE="GPL-2" SLOT=0 # ARCH - packages to test before marking KEYWORDS="x86" IUSE="" function src_compile() { make -C ${WORKDIR}/${PN}; } function src_install() { mkdir ${D}bin; mkdir ${D}usr; mkdir ${D}usr/man; mkdir ${D}usr/man/man1; cp -v ${WORKDIR}/${PN}/dnsCli ${D}bin; cp -v ${WORKDIR}/${PN}/dnsCli.1.gz ${D}usr/man/man1; }