Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3927 - (hide annotations) (download)
Sat Nov 14 10:20:12 2009 UTC (14 years, 6 months ago) by niro
Original Path: trunk/extras/meanwhile/meanwhile-1.0.2-r2.smage2
File size: 642 byte(s)
auto added: ver bump to 1.0.2-r2
1 niro 3927 # $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