Magellan Linux

Annotation of /trunk/core/net-ssleay/net-ssleay-1.35-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3567 - (hide annotations) (download)
Mon Oct 26 15:16:04 2009 UTC (14 years, 7 months ago) by niro
File size: 509 byte(s)
auto added: ver bump to 1.35-r2
1 niro 3567 # $Id$
2    
3     PNAME="net-ssleay"
4     PVER="1.35"
5     PBUILD="r2"
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-${PVER}.tar.gz"
13     SRCDIR="${BUILDDIR}/Net-SSLeay-${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