diff options
author | 2011-04-14 08:50:57 +0000 | |
---|---|---|
committer | 2011-04-14 08:50:57 +0000 | |
commit | 0711bde671d90f5fb8abc70a8988ac9d92b879f3 (patch) | |
tree | be40280bee22c41e4446e4c17dd57cc09fab1e4c /app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild | |
parent | Add version 0.72. Removed obsolate conf option (bug #358331) (diff) | |
download | gentoo-2-0711bde671d90f5fb8abc70a8988ac9d92b879f3.tar.gz gentoo-2-0711bde671d90f5fb8abc70a8988ac9d92b879f3.tar.bz2 gentoo-2-0711bde671d90f5fb8abc70a8988ac9d92b879f3.zip |
Initial import of the PKCS#11 dump utility by Alon.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild')
-rw-r--r-- | app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild b/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild new file mode 100644 index 000000000000..286610ab52ce --- /dev/null +++ b/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild,v 1.1 2011/04/14 08:50:57 flameeyes Exp $ + +EAPI=4 + +DESCRIPTION="Utilities for PKCS#11 token content dump" +HOMEPAGE="http://sites.google.com/site/alonbarlev/pkcs11-utilities" +SRC_URI="http://pkcs11-tools.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64" + +IUSE="" + +RDEPEND=">=dev-libs/openssl-0.9.7:0" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_configure() { + econf \ + --docdir=/usr/share/doc/${PF} +} |