# $Id$ PNAME="gnome-doc-utils" PVER="0.20.6" PBUILD="r1" PCATEGORIE="app-text" DESCRIPTION="gnome-doc-utils is a collection of documentation utilities for the Gnome project." HOMEPAGE="http://www.gnome.org/" # libxml must be compiled with python support! DEPEND=">= dev-libs/libxml2-2.7 >= dev-libs/libxslt-1.1.26 >= dev-lang/python-2.7" SDEPEND=">= dev-util/intltool-0.50 >= sys-dev/gettext-0.18" sminclude gnome2 UP2DATE="updatecmd_gnome ${PNAME}" src_compile() { cd ${SRCDIR} gn2_configure --disable-scrollkeeper || die mmake || die }