# $Id: meanwhile-1.0.2-r2.smage2 3927 2009-11-14 10:20:12Z niro $ PNAME="meanwhile" PVER="1.0.2" PBUILD="r3" PCATEGORIE="net-libs" STATE="unstable" DESCRIPTION="Meanwhile is an open implementation of the Lotus Sametime Community Client protocol." HOMEPAGE="http://meanwhile.sourceforge.net/" DEPEND=">= dev-libs/glib2-2.24" SDEPEND=">= dev-libs/gmp-5 >= dev-util/pkgconfig-0.25" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_sourceforge ${PNAME}" src_compile() { cd ${SRCDIR} mconfigure --enable-doxygen=no --disable-debug || die mmake || die }