Magellan Linux

Annotation of /branches/R11-stable/extras/libgadu/libgadu-1.11.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20865 - (hide annotations) (download)
Tue Feb 11 10:02:45 2014 UTC (10 years, 3 months ago) by niro
File size: 625 byte(s)
-release branches/R11-stable
1 niro 20762 # $Id$
2    
3     PNAME="libgadu"
4     PVER="1.11.3"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="A Gadu-gadu protocol compatible communications library."
10     HOMEPAGE="http://toxygen.net/libgadu/"
11    
12     DEPEND=">= dev-libs/openssl-1.0.1"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20 niro 20764 http://github.com/wojtekka/libgadu/releases/download/${PVER}/${SRCFILE}
21 niro 20762 mirror://${PNAME}/${SRCFILE}
22     )
23    
24     # exclude rc versions
25     UP2DATE="updatecmd ${HOMEPAGE} | grep -v -- -rc | highesttarball gz"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure --enable-shared --with-pthread --with-openssl || die
32     mmake || die
33     }