# $Id$ PNAME="gtk-engines" PVER="2.18.4" PBUILD="r1" PCATEGORIE="x11-themes" STATE="unstable" DESCRIPTION="Graphical engines for the various GTK+ toolkit themes." HOMEPAGE="http://www.gnome.org/" DEPEND=">= x11-libs/gtk2+-2.18" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude gnome2 UP2DATE="updatecmd_gnome ${PNAME}" src_compile() { cd ${SRCDIR} gn2_configure --enable-animation --disable-lua || die mmake || die }