Magellan Linux

Annotation of /branches/R11-unstable/extras/libgadu/libgadu-1.12.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32678 - (hide annotations) (download)
Mon Apr 29 13:24:29 2019 UTC (5 years ago) by niro
File size: 785 byte(s)
-release branches/R11-unstable
1 niro 30205 # $Id$
2    
3     PNAME="libgadu"
4     PVER="1.12.2"
5     PBUILD="r2"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="A Gadu-gadu protocol compatible communications library."
10     HOMEPAGE="http://toxygen.net/libgadu/"
11    
12     DEPEND=">= app-crypt/gnutls-3.6"
13    
14     SDEPEND=">= virtual/sed"
15    
16     if mqueryfeature "check"
17     then
18     SDEPEND+="
19     >= dev-libs/expat-2.1
20     >= net-misc/curl-7
21     >= dev-libs/libxml2-2.9"
22     fi
23    
24     SRCFILE="${PNAME}-${PVER}.tar.gz"
25     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26    
27     sminclude mbuild
28    
29     SRC_URI=(
30     http://github.com/wojtekka/${PNAME}/releases/download/${PVER}/${SRCFILE}
31     mirror://${PNAME}/${SRCFILE}
32     )
33    
34     # exclude rc versions
35     UP2EXCLUDE="-rc"
36     UP2DATE="updatecmd ${HOMEPAGE} | highesttarball gz"
37    
38     src_compile()
39     {
40     cd ${SRCDIR}
41    
42     mconfigure --enable-shared --with-pthread --with-gnutls --without-openssl || die
43     mmake || die
44     }