# $Header: /magellan-cvs/smage/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.smage2,v 1.1 2008/03/28 11:05:24 niro Exp $ PNAME="gnome-doc-utils" PVER="0.12.2" PBUILD="r1" PCATEGORIE="app-text" STATE="unstable" 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.6.21 >= dev-libs/libxslt-1.1.20 >= dev-lang/python-2.5" SDEPEND=">= dev-util/intltool-0.37 >= sys-dev/gettext-0.17" sminclude gnome2 src_compile() { cd ${SRCDIR} gn2_configure --disable-scrollkeeper || die mmake || die }