diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-12-21 03:23:36 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-12-21 03:23:36 +0000 |
commit | 07e7c7a5a33d71e96917ca4727e992c5fe579113 (patch) | |
tree | 5f9bd9eaf4cbc48251fd1cc42c7c26c8b84d2871 /app-crypt/keylookup/keylookup-2.2.ebuild | |
parent | added ~ppc (diff) | |
download | gentoo-2-07e7c7a5a33d71e96917ca4727e992c5fe579113.tar.gz gentoo-2-07e7c7a5a33d71e96917ca4727e992c5fe579113.tar.bz2 gentoo-2-07e7c7a5a33d71e96917ca4727e992c5fe579113.zip |
Initial import.
Diffstat (limited to 'app-crypt/keylookup/keylookup-2.2.ebuild')
-rw-r--r-- | app-crypt/keylookup/keylookup-2.2.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-crypt/keylookup/keylookup-2.2.ebuild b/app-crypt/keylookup/keylookup-2.2.ebuild new file mode 100644 index 000000000000..816bcea19367 --- /dev/null +++ b/app-crypt/keylookup/keylookup-2.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 2002 Arcady Genkin <agenkin@gentoo.org>. +# 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 +} |