Magellan Linux

Contents of /trunk/extras/libgadu/libgadu-1.11.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20762 - (show annotations) (download)
Fri Feb 7 10:11:12 2014 UTC (10 years, 4 months ago) by niro
File size: 598 byte(s)
auto added: ver bump to 1.11.3-r1
1 # $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 http://toxygen.net/${PNAME}/files/${SRCFILE}
21 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 }