# $Header: /magellan-cvs/smage/gtk-engines/gtk-engines-2.14.1-r1.smage2,v 1.1 2008/04/10 17:04:17 niro Exp $ PNAME="gtk-engines" PVER="2.14.1" 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.12" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude gnome2 src_compile() { cd ${SRCDIR} gn2_configure --enable-animation || die mmake || die }