# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/pkcs11-helper/pkcs11-helper-1.02.ebuild,v 1.5 2007/02/05 00:20:58 beandog Exp $ DESCRIPTION="PKCS#11 helper library" HOMEPAGE="http://www.opensc-project.org/pkcs11-helper" SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.bz2" LICENSE="|| ( BSD GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="doc" RDEPEND=">=dev-libs/openssl-0.9.7" DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( >=app-doc/doxygen-1.4.7 )" RESTRICT="test" src_compile() { econf $(use_enable doc) emake } src_install() { emake install DESTDIR="${D}" }