Magellan Linux

Contents of /trunk/todo/libmsn/libmsn-4.2.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27896 - (show annotations) (download)
Wed Apr 6 11:01:27 2016 UTC (8 years, 1 month ago) by niro
File size: 673 byte(s)
-moved to 'todo'
1 # $Id$
2
3 PNAME="libmsn"
4 PVER="4.2.1"
5 PBUILD="r2"
6
7 PCAT="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.1
13 >= sys-libs/libstdc++-5.3"
14
15 SRCFILE="${PNAME}-${PVER/_/-}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
17
18 sminclude cmake
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-unistd.patch
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME} | sed 's:\ beta\ :_beta:'"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE}
31 cd ${SRCDIR}
32
33 # ftbfs with >= gcc-4.7
34 mpatch ${PNAME}-${PVER}-unistd.patch || die
35 }