diff options
Diffstat (limited to 'dev-libs/libp11/libp11-0.2.2.ebuild')
-rw-r--r-- | dev-libs/libp11/libp11-0.2.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/libp11/libp11-0.2.2.ebuild b/dev-libs/libp11/libp11-0.2.2.ebuild new file mode 100644 index 000000000000..35e160b63fd2 --- /dev/null +++ b/dev-libs/libp11/libp11-0.2.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.2.ebuild,v 1.1 2006/06/17 09:56:36 kaiowas Exp $ + +DESCRIPTION="Libp11 is a library implementing a small layer on top of PKCS#11 API +to make using PKCS#11 implementations easier." +HOMEPAGE="http://www.opensc-project.org/libp11/" +SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + make install DESTDIR="${D}" || die "make install failed" + dohtml doc/*.html doc/*.css +} + |