# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-3.4.ebuild,v 1.5 2004/06/07 06:48:34 kloeri Exp $ inherit perl-module MY_P=${P/bw/} S=${WORKDIR}/${MY_P} DESCRIPTION="Perl-based whois client designed to work with the new Shared Registration System" SRC_URI="http://whois.bw.org/dist/${MY_P}.tgz" HOMEPAGE="http://whois.bw.org/" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~ppc ~sparc alpha ~amd64" DEPEND="dev-lang/perl" src_unpack() { unpack ${A} cd ${S} } src_compile() { einfo "no compilation necessary" } src_install () { exeinto usr/bin newexe whois bwwhois mv whois.1 bwwhois.1 doman bwwhois.1 insinto etc/whois doins whois.conf tld.conf sd.conf perlinfo insinto ${SITE_LIB} doins bwInclude.pm updatepod }