# $Header: /magellan-cvs/smage/libgtkhtml/libgtkhtml-2.11.1-r1.smage2,v 1.1 2008/04/01 12:17:06 niro Exp $ PNAME="libgtkhtml" PVER="2.11.1" PBUILD="r1" PCATEGORIE="gnome-extra" STATE="unstable" DESCRIPTION="GTK HTML widgets library version 2." HOMEPAGE="http://www.gnome.org/" DEPEND=">= x11-libs/gtk2+-2.12 >= gnome-base/gnome-vfs-2.22 >= dev-libs/libxml2-2.6.31" SDEPEND=">= dev-util/pkgconfig-0.23" sminclude gnome2 src_compile() { cd ${SRCDIR} # do not link against libgail # and fix compile issues on multilib systems LDFLAGS="-L/usr/lib64" \ gn2_configure --disable-accessibility || die # does not like optimations > -j1 mmake -j1 || die }