# $Id$ PNAME="orbit" PVER="2.14.19" PBUILD="r1" PCATEGORIE="gnome-base" DESCRIPTION="A high-performance CORBA ORB (object request broker)." HOMEPAGE="http://www.gnome.org/" DEPEND=">= dev-libs/glib2-2.28 >= dev-libs/libidl-0.8.14" SDEPEND=">= dev-util/pkgconfig-0.25" SRCFILE="ORBit2-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/ORBit2-${PVER}" sminclude gnome2 SRC_URI=( gnome://ORBit2/${PVER%.*}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_gnome ORBit2" src_compile() { cd ${SRCDIR} gn2_configure || die # do not use parallelmake, compilations takes a long time # with high cpu usage and it seems it comes to no end mmake -j1 || die }