Magellan Linux

Contents of /branches/magellan-next/extras/meanwhile/meanwhile-1.0.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7074 - (show annotations) (download)
Tue Sep 28 18:24:19 2010 UTC (13 years, 7 months ago) by niro
File size: 699 byte(s)
auto added: ver bump to 1.0.2-r3
1 # $Id: meanwhile-1.0.2-r2.smage2 3927 2009-11-14 10:20:12Z niro $
2
3 PNAME="meanwhile"
4 PVER="1.0.2"
5 PBUILD="r3"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Meanwhile is an open implementation of the Lotus Sametime Community Client protocol."
11 HOMEPAGE="http://meanwhile.sourceforge.net/"
12
13 DEPEND=">= dev-libs/glib2-2.24"
14
15 SDEPEND=">= dev-libs/gmp-5
16 >= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 sourceforge://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_sourceforge ${PNAME}"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --enable-doxygen=no --disable-debug || die
35 mmake || die
36 }