summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/paperkey/paperkey-1.1.ebuild')
-rw-r--r--app-crypt/paperkey/paperkey-1.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-crypt/paperkey/paperkey-1.1.ebuild b/app-crypt/paperkey/paperkey-1.1.ebuild
new file mode 100644
index 000000000..ff63aa513
--- /dev/null
+++ b/app-crypt/paperkey/paperkey-1.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="OpenPGP key archiver"
+HOMEPAGE="http://www.jabberwocky.com/software/paperkey/"
+SRC_URI="http://www.jabberwocky.com/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "unable to install"
+ dodoc README || die "unable to install documentation"
+}