Magellan Linux

Annotation of /branches/magellan-next/extras/libmsn/libmsn-4.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8660 - (hide annotations) (download)
Wed Jul 27 14:26:03 2011 UTC (12 years, 10 months ago) by niro
File size: 671 byte(s)
auto added: ver bump to 4.1-r2
1 niro 8660 # $Id$
2    
3     PNAME="libmsn"
4     PVER="4.1"
5     PBUILD="r2"
6    
7     PCATEGORIE="net-libs"
8    
9     DESCRIPTION="Library for connecting to Microsoft's MSN Messenger service."
10     HOMEPAGE="http://sourceforge.net/projects/libmsn/"
11    
12     DEPEND=">= dev-libs/openssl-1.0.0"
13    
14     SRCFILE="${PNAME}-${PVER/_/-}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
16    
17     sminclude cmake
18    
19     SRC_URI=(
20     sourceforge://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${PNAME}-${PVER}-openssl.patch
23     )
24    
25     UP2DATE="updatecmd_sourceforge ${PNAME} | sed 's:\ beta\ :_beta:'"
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     # fix build against openssl >=1.0.0
33     mpatch ${PNAME}-${PVER}-openssl.patch || die
34     }