# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild,v 1.3 2003/11/11 13:03:19 vapier Exp $ MY_P="${P/_beta/beta}" S="${WORKDIR}/${MY_P}" DESCRIPTION="pam module to allow password-storing in \$HOME/dotfiles" HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/" SRC_URI="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND=">=sys-libs/pam-0.72" src_install() { make -C src DESTDIR=${D} install make -C man DESTDIR=${D} install rm -f ${D}/lib/security/pam_dotfile.la fperms 4111 /usr/sbin/pam-dotfile-helper dodoc README dohtml doc/* }