Magellan Linux

Contents of /branches/R11-unstable/extras/meanwhile/meanwhile-1.0.2-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25640 - (show annotations) (download)
Tue Nov 25 04:03:56 2014 UTC (9 years, 5 months ago) by niro
File size: 826 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="meanwhile"
4 PVER="1.0.2"
5 PBUILD="r7"
6
7 PCAT="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.42"
13
14 SDEPEND=">= dev-libs/gmp-6
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 mirror://${PNAME}/${PNAME}-${PVER}-fix-glib-headers.patch
26 )
27
28 UP2DATE="updatecmd_sourceforge ${PNAME} gz"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # fix build with glib >= 2.32
36 mpatch ${PNAME}-${PVER}-fix-glib-headers.patch || die
37 }
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 mconfigure --enable-doxygen=no --disable-debug || die
44 mmake || die
45 }