# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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 $ inherit eutils DESCRIPTION="Pam module for MIT Kerberos V" SRC_URI="http://www.fcusack.com/sw/${P}.tar.gz" HOMEPAGE="http://www.fcusack.com/" SLOT="0" LICENSE="BSD GPL-2 as-is" KEYWORDS="amd64 ~mips ppc sparc x86" IUSE="" DEPEND="app-crypt/mit-krb5 sys-libs/pam" S=${WORKDIR}/${PN} src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gentoo.diff # bug #35059 - needs errno.h included. epatch ${FILESDIR}/${P}-errno_h.patch } src_compile() { emake || die } src_install() { exeinto /lib/security doexe pam_krb5.so.1 dosym /lib/security/pam_krb5.so.1 /lib/security/pam_krb5.so doman pam_krb5.5 dodoc COPYRIGHT README TODO }