Magellan Linux

Contents of /trunk/core/net-ssleay/net-ssleay-1.35-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1973 - (show annotations) (download)
Thu Jun 11 12:13:57 2009 UTC (14 years, 10 months ago) by niro
File size: 515 byte(s)
auto added: ver bump to 1.35-r1
1 # $Id$
2
3 PNAME="net-ssleay"
4 PVER="1.35"
5 PBUILD="r1"
6
7 STATE="unstable"
8 DESCRIPTION="Perl extension for using OpenSSL."
9
10 DEPEND=">= dev-libs/openssl-0.9.8"
11
12 SRCFILE="Net_SSLeay.pm-${PVER}.tar.gz"
13 SRCDIR="${BUILDDIR}/Net_SSLeay.pm-${PVER}"
14
15 CPAN_AUTHOR="flora"
16 sminclude cpan
17
18 src_prepare()
19 {
20 munpack ${SRCFILE} || die
21 cd ${SRCDIR}
22
23 # fix libdir
24 sed -i -e "s:openssl_path/lib:openssl_path/$(mlibdir):" Makefile.PL || die
25 }
26
27 src_compile()
28 {
29 # wants to know the openssl directory location
30 cpan_src_compile "/usr"
31 }

Properties

Name Value
svn:keywords Id