Magellan Linux

Annotation of /branches/magellan-next/extras/libgadu/libgadu-1.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8659 - (hide annotations) (download)
Wed Jul 27 14:20:26 2011 UTC (12 years, 10 months ago) by niro
File size: 607 byte(s)
auto added: ver bump to 1.11.0-r1
1 niro 8659 # $Id$
2    
3     PNAME="libgadu"
4     PVER="1.11.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="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.0"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     http://toxygen.net/${PNAME}/files/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     # exclude rc versions
25     UP2DATE="updatecmd ${HOMEPAGE}/files | grep -v -- -rc | lasttarball gz"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure --enable-shared --with-pthread --with-openssl || die
32     mmake || die
33     }