Magellan Linux

Contents of /trunk/core/net-ssleay/net-ssleay-1.30-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1959 - (show annotations) (download)
Wed Jun 10 19:35:52 2009 UTC (14 years, 10 months ago) by niro
File size: 785 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/net-ssleay/net-ssleay-1.30-r3.smage2,v 1.1 2008/02/16 00:46:18 niro Exp $
2
3 PNAME="net-ssleay"
4 PVER="1.30"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-perl"
8 STATE="unstable"
9
10 DESCRIPTION="Perl extension for using OpenSSL."
11 HOMEPAGE="http://search.cpan.org/~flora/"
12
13 DEPEND=">= dev-lang/perl-5.10
14 >= dev-libs/openssl-0.9.8"
15
16 SRCFILE="Net_SSLeay.pm-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/Net_SSLeay.pm-${PVER}"
18
19 sminclude perl
20
21 SRC_URI=(
22 http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # fix libdir
32 sed -i -e "s:openssl_path/lib:openssl_path/$(mlibdir):" Makefile.PL || die
33 }
34
35 src_compile()
36 {
37 # wants to know the openssl directory location
38 perl_src_compile "/usr"
39 }

Properties

Name Value
svn:keywords Id