# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/pam_ssh_agent/pam_ssh_agent-0.2.ebuild,v 1.2 2004/06/24 23:08:45 agriffis Exp $ inherit toolchain-funcs DESCRIPTION="PAM module for auto mounting encfs drives on login." HOMEPAGE="http://hollowtube.mine.nu/wiki/index.php/PAM/PamEncfs" SRC_URI="http://hollowtube.mine.nu/releases/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="sys-libs/pam >=sys-fs/encfs-1.2.1.4" src_compile() { emake || die } src_install() { make DESTDIR=${D} install || die dodoc README } pkg_postinst() { einfo "To read documentation see:" einfo "zcat /usr/share/doc/${P}/README.gz | less" }