diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:07:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:07:28 +0000 |
commit | 865cb9059fc67e489d1a968106f57c5bfdcd01ca (patch) | |
tree | ff4078438abcb065ce909bf9feb575b98ac37eec /app-admin/pam_dotfile/pam_dotfile-0.7.ebuild | |
parent | touchups (diff) | |
download | gentoo-2-865cb9059fc67e489d1a968106f57c5bfdcd01ca.tar.gz gentoo-2-865cb9059fc67e489d1a968106f57c5bfdcd01ca.tar.bz2 gentoo-2-865cb9059fc67e489d1a968106f57c5bfdcd01ca.zip |
touchups
Diffstat (limited to 'app-admin/pam_dotfile/pam_dotfile-0.7.ebuild')
-rw-r--r-- | app-admin/pam_dotfile/pam_dotfile-0.7.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild b/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild index 3f948829dbaf..593a655fe729 100644 --- a/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild +++ b/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild @@ -1,18 +1,20 @@ # 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.2 2003/10/27 10:36:15 aliz Exp $ - -DESCRIPTION="pam_dotfile is a module for pam to allow password-storing in \$HOME/dotfiles" -HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/" +# $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" -DEPEND=">=sys-libs/pam-0.72" + 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 |