# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.14.1.ebuild,v 1.9 2006/08/18 23:19:33 kloeri Exp $ inherit eutils gnome2 DESCRIPTION="Clutter is a library for creating graphical user interfaces" HOMEPAGE="http://www.clutter-project.org/" SRC_URI="http://www.clutter-project.org/sources/${PN}/0.2/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="doc" RDEPEND=">=media-libs/gstreamer-0.10 virtual/opengl >=dev-libs/glib-2.8 >=x11-libs/gtk+-2.0" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1 )" DOCS="AUTHORS ChangeLog NEWS README TODO" pkg_setup() { G2CONF="${G2CONF} \ $(use_enable doc gtk-doc)" }