Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3934 - (show annotations) (download)
Sat Nov 14 10:38:18 2009 UTC (14 years, 6 months ago) by niro
File size: 623 byte(s)
auto added: ver bump to 1.8.2-r1
1 # $Id$
2
3 PNAME="libgadu"
4 PVER="1.8.2"
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-0.9.8"
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 }

Properties

Name Value
svn:keywords Id