Magellan Linux

Contents of /branches/magellan-next/extras/libgadu/libgadu-1.9.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7075 - (show annotations) (download)
Tue Sep 28 18:25:02 2010 UTC (13 years, 7 months ago) by niro
File size: 680 byte(s)
auto added: ver bump to 1.9.0-r1
1 # $Id: libgadu-1.8.2-r1.smage2 3934 2009-11-14 10:38:18Z niro $
2
3 PNAME="libgadu"
4 PVER="1.9.0"
5 PBUILD="r1"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="A Gadu-gadu protocol compatible communications library."
11 HOMEPAGE="http://toxygen.net/libgadu/"
12
13 DEPEND=">= dev-libs/openssl-1.0.0"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://toxygen.net/${PNAME}/files/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 # exclude rc versions
26 UP2DATE="updatecmd ${HOMEPAGE}/files | grep -v -- -rc | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --enable-shared --with-pthread --with-openssl || die
33 mmake || die
34 }