# Copyright 2002 Arcady Genkin . # Distributed under the terms of the GNU General Public License v2. # $Header: /var/cvsroot/gentoo-x86/app-crypt/keylookup/keylookup-2.2.ebuild,v 1.1 2002/12/21 03:23:36 agenkin Exp $ DESCRIPTION="A tool to fetch PGP keys from keyservers." HOMEPAGE="http://www.palfrader.org/keylookup/" LICENSE="GPL-2" RDEPEND="sys-devel/perl app-crypt/gnupg" SLOT="0" KEYWORDS="x86" IUSE="" SRC_URI="http://www.palfrader.org/keylookup/files/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { true } src_install() { dobin keylookup doman keylookup.1 dodoc COPYING ChangeLog NEWS TODO }