Magellan Linux

Annotation of /branches/magellan-next/core/net-ssleay/net-ssleay-1.36-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7297 - (hide annotations) (download)
Wed Oct 13 13:16:34 2010 UTC (13 years, 8 months ago) by niro
File size: 560 byte(s)
auto added: ver bump to 1.36-r1
1 niro 7297 # $Id: net-ssleay-1.35-r2.smage2 3567 2009-10-26 15:16:04Z niro $
2    
3     PNAME="net-ssleay"
4     PVER="1.36"
5     PBUILD="r1"
6    
7     STATE="unstable"
8     DESCRIPTION="Perl extension for using OpenSSL."
9    
10     DEPEND=">= dev-libs/openssl-1.0.0"
11    
12     CPAN_MODULE="Net-SSLeay"
13     CPAN_AUTHOR="flora"
14     sminclude cpan
15    
16     UP2DATE="updatecmd_perl ${CPAN_MODULE} gz"
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     }