diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-01-27 03:27:03 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-01-27 03:27:03 +0000 |
commit | a17bcfa954ffd5a5aa24261bd05a62ab654baabc (patch) | |
tree | 40a6615cf584f359d48a8418f2443da0fdfe19e8 /dev-perl/Authen-PAM | |
parent | removing another glide. Should be added to the xfree build. (diff) | |
download | gentoo-2-a17bcfa954ffd5a5aa24261bd05a62ab654baabc.tar.gz gentoo-2-a17bcfa954ffd5a5aa24261bd05a62ab654baabc.tar.bz2 gentoo-2-a17bcfa954ffd5a5aa24261bd05a62ab654baabc.zip |
initial checkin
Diffstat (limited to 'dev-perl/Authen-PAM')
-rw-r--r-- | dev-perl/Authen-PAM/Authen-PAM-0.12.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/Authen-PAM/files/digest-Authen-PAM-0.12 | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.12.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.12.ebuild new file mode 100644 index 000000000000..071a4674b963 --- /dev/null +++ b/dev-perl/Authen-PAM/Authen-PAM-0.12.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Donny Davies <woodchip@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/dev-perl/DBD-mysql/DBD-mysql-2.1004.ebuild,v 1.1 2001/12/09 20:32:54 woodchip Exp + +S=${WORKDIR}/${P} +DESCRIPTION="The Perl DBD:mysql Module" +SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz" + +DEPEND="virtual/glibc >=sys-devel/perl-5 sys-libs/pam" + +src_compile() { + + OPTIMIZE="$CFLAGS" perl Makefile.PL + make || die +} + +src_install () { + + eval `perl '-V:installarchlib'` + mkdir -p ${D}/$installarchlib + + perl Makefile.PL + make \ + PREFIX=${D}/usr \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + install || die + + dodoc ChangeLog MANIFEST README ToDo +} diff --git a/dev-perl/Authen-PAM/files/digest-Authen-PAM-0.12 b/dev-perl/Authen-PAM/files/digest-Authen-PAM-0.12 new file mode 100644 index 000000000000..f171adabe8ac --- /dev/null +++ b/dev-perl/Authen-PAM/files/digest-Authen-PAM-0.12 @@ -0,0 +1 @@ +MD5 eda35b6c3161c8ed2fa3b990a6cede3f Authen-PAM-0.12.tar.gz 28672 |