# $Id$ PNAME="gnome-python-base" PVER="2.28.1" PBUILD="r1" PCATEGORIE="dev-python" STATE="unstable" DESCRIPTION="Python bindings for the GConf library." HOMEPAGE="http://www.pygtk.org/" DEPEND=">= dev-libs/glib2-2.22 >= x11-libs/gtk2+-2.18 >= dev-python/pygtk-2.16 >= dev-python/pygobject-2.20" SDEPEND=">= dev-util/pkgconfig-0.23" SRCFILE="gnome-python-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/gnome-python-${PVER}" sminclude python SRC_URI=( gnome://gnome-python/${PVER%.*}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_gnome gnome-python" src_compile() { cd ${SRCDIR} mconfigure --disable-allbindings || die mmake || die }