Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7062 - (show annotations) (download)
Tue Sep 28 17:38:06 2010 UTC (13 years, 7 months ago) by niro
File size: 642 byte(s)
imported from trunk
1 # $Id$
2
3 PNAME="meanwhile"
4 PVER="1.0.2"
5 PBUILD="r2"
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.22"
14
15 SDEPEND=">= dev-libs/gmp-4.3
16 >= dev-util/pkgconfig-0.23"
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 }

Properties

Name Value
svn:keywords Id