Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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