# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Compiz Fusion main plugins" HOMEPAGE="http://compiz-fusion.org" SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="jpeg" RESTRICT="test" DEPEND=">=x11-wm/compiz-${PV} jpeg? ( media-libs/jpeg ) >=gnome-base/librsvg-2.14.0 >=dev-util/compiz-bcop-${PV} >=sys-devel/gettext-0.15 >=dev-libs/libxml2-2.6.30" src_compile() { econf $(use_enable jpeg) || die "econf failed" emake || die "make failed" } src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS || die "dodoc failed" }