|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.5.3.ebuild,v 1.3 2006/07/03 01:27:18 vapier Exp $ | # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.5.3.ebuild,v 1.3 2006/07/03 01:27:18 vapier Exp $ |
| |
|
inherit eutils |
|
|
DESCRIPTION="PKCS11 Pam library" | DESCRIPTION="PKCS11 Pam library" |
HOMEPAGE="http://www.opensc-project.org/pam_pkcs11" | HOMEPAGE="http://www.opensc-project.org/pam_pkcs11" |
SRC_URI="http://www.opensc-project.org/files/pam_pkcs11/${P}.tar.gz" | SRC_URI="http://www.opensc-project.org/files/pam_pkcs11/${P}.tar.gz" |
|
|
pcsc-lite? ( sys-apps/pcsc-lite ) | pcsc-lite? ( sys-apps/pcsc-lite ) |
dev-libs/openssl" | dev-libs/openssl" |
| |
|
src_unpack() { |
|
unpack ${A} |
|
|
|
# Simple setup tool, from Red Hat |
|
# Needed for app-admin/authconfig |
|
epatch "${FILESDIR}"/${P}-setup-tool.patch |
|
} |
|
|
src_compile() { | src_compile() { |
econf \ | econf \ |
$(use_with curl) \ | $(use_with curl) \ |