# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="OpenAFS PAM Module" HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-afs-session/" SRC_URI="http://archives.eyrie.org/software/afs/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="virtual/krb5 sys-libs/pam" RDEPEND="${DEPEND}" src_compile() { econf --with-kerberos || die "econf failed" emake || die "emake failed" } src_install() { einstall dodoc CHANGES INSTALL NEWS README TODO }