# $Id$ PNAME="meanwhile" PVER="1.0.2" PBUILD="r7" PCAT="net-libs" DESCRIPTION="Meanwhile is an open implementation of the Lotus Sametime Community Client protocol." HOMEPAGE="http://meanwhile.sourceforge.net/" DEPEND=">= dev-libs/glib2-2.42" SDEPEND=">= dev-libs/gmp-6 >= dev-util/pkgconfig-0.25" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-${PVER}-fix-glib-headers.patch ) UP2DATE="updatecmd_sourceforge ${PNAME} gz" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # fix build with glib >= 2.32 mpatch ${PNAME}-${PVER}-fix-glib-headers.patch || die } src_compile() { cd ${SRCDIR} mconfigure --enable-doxygen=no --disable-debug || die mmake || die }