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

Collapse All | Expand All

(-)pam_krb5-1.0-r1.ebuild (-7 / +5 lines)
Lines 2-8 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/sys-auth/pam_krb5/pam_krb5-1.0-r1.ebuild,v 1.3 2006/06/28 13:41:44 exg Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/pam_krb5-1.0-r1.ebuild,v 1.3 2006/06/28 13:41:44 exg Exp $
4
4
5
inherit eutils
5
inherit eutils pam
6
6
7
DESCRIPTION="Pam module for MIT Kerberos V"
7
DESCRIPTION="Pam module for MIT Kerberos V"
8
SRC_URI="http://www.fcusack.com/sw/${P}.tar.gz"
8
SRC_URI="http://www.fcusack.com/sw/${P}.tar.gz"
Lines 21-30 Link Here
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
23
24
	cd ${S}
24
	cd "${S}"
25
	epatch ${FILESDIR}/${P}-gentoo.diff
25
	epatch "${FILESDIR}"/${P}-gentoo.diff
26
	# bug #35059 - needs errno.h included.
26
	# bug #35059 - needs errno.h included.
27
	epatch ${FILESDIR}/${P}-errno_h.patch
27
	epatch "${FILESDIR}"/${P}-errno_h.patch
28
}
28
}
29
29
30
src_compile() {
30
src_compile() {
Lines 32-40 Link Here
32
}
32
}
33
33
34
src_install() {
34
src_install() {
35
	exeinto /lib/security
35
	newpammod pam_krb5.so.1 pam_krb5.so
36
	doexe pam_krb5.so.1
37
	dosym /lib/security/pam_krb5.so.1 /lib/security/pam_krb5.so
38
36
39
	doman pam_krb5.5
37
	doman pam_krb5.5
40
	dodoc COPYRIGHT README TODO
38
	dodoc COPYRIGHT README TODO

Return to bug 192042