Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122357 | Differences between
and this patch

Collapse All | Expand All

(-)pam_pkcs11-0.5.3.ebuild (+7 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pam_pkcs11/pam_pkcs11-0.5.3.ebuild,v 1.1 2006/02/10 01:35:46 vanquirius Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pam_pkcs11/pam_pkcs11-0.5.3.ebuild,v 1.1 2006/02/10 01:35:46 vanquirius Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="PKCS11 Pam library"
7
DESCRIPTION="PKCS11 Pam library"
6
HOMEPAGE="http://www.opensc-project.org/pam_pkcs11"
8
HOMEPAGE="http://www.opensc-project.org/pam_pkcs11"
7
SRC_URI="http://www.opensc-project.org/files/pam_pkcs11/${P}.tar.gz"
9
SRC_URI="http://www.opensc-project.org/files/pam_pkcs11/${P}.tar.gz"
Lines 18-23 Link Here
18
	pcsc-lite? ( sys-apps/pcsc-lite )
20
	pcsc-lite? ( sys-apps/pcsc-lite )
19
	dev-libs/openssl"
21
	dev-libs/openssl"
20
22
23
src_unpack() {
24
	unpack ${A}
25
	epatch "${FILESDIR}/${P}-daemon-init.patch"
26
}
27
21
src_compile() {
28
src_compile() {
22
		econf \
29
		econf \
23
			$(use_with curl) \
30
			$(use_with curl) \

Return to bug 122357