# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils 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/" SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="sys-devel/libtool dev-libs/openssl" RDEPEND="${DEPEND}" src_install() { emake install DESTDIR="${D}" || die "emake install failed" dodoc COPYING }