summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/keylookup/keylookup-2.2.ebuild')
-rw-r--r--app-crypt/keylookup/keylookup-2.2.ebuild27
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
+}