# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.2.ebuild,v 1.7 2004/05/28 17:49:46 vapier Exp $ DESCRIPTION="Advanced Internet Whois client capable of recursive queries" HOMEPAGE="http://www.gnu.org/software/jwhois/" SRC_URI="mirror://gentoo/${P}.tar.gz ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc ~mips alpha amd64 ia64" IUSE="nls" DEPEND="virtual/glibc" src_compile() { econf \ --localstatedir=/var/cache \ --without-cache \ `use_enable nls` \ || die "econf failed" emake || die } src_install () { make DESTDIR=${D} install || die }