Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30205 - (show annotations) (download)
Fri Nov 3 11:28:18 2017 UTC (6 years, 6 months ago) by niro
Original Path: trunk/extras/libgadu/libgadu-1.12.2-r2.smage2
File size: 785 byte(s)
auto added: ver bump to 1.12.2-r2
1 # $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 }