|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild,v 1.20 2006/07/04 07:06:09 ian Exp $ | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild,v 1.20 2006/07/04 07:06:09 ian Exp $ |
| |
inherit perl-module |
inherit perl-module eutils |
| |
DESCRIPTION="Crypt::SSLeay module for perl" | DESCRIPTION="Crypt::SSLeay module for perl" |
SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz" | SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz" |
|
|
RDEPEND="${DEPEND}" | RDEPEND="${DEPEND}" |
| |
export OPTIMIZE="${CFLAGS}" | export OPTIMIZE="${CFLAGS}" |
myconf="${myconf} /usr" |
myconf="${myconf} /usr" |
|
|
|
src_unpack() { |
|
unpack ${A} |
|
cd ${S} |
|
|
|
epatch ${FILESDIR}/rt-15241.patch |
|
} |