You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild

29 lines
611 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit pam
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="HPND openafs-krb5-a"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="virtual/krb5 virtual/pam"
RDEPEND="${DEPEND}"
src_compile() {
econf --with-kerberos || die "econf failed"
emake || die "emake failed"
}
src_install() {
dopammod pam_afs_session.so
doman pam_afs_session.5
dodoc CHANGES NEWS README TODO
}