# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="libcompizconfig gconf backend" 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="" DEPEND=">=x11-wm/compiz-${PV} >=x11-libs/libcompizconfig-${PV} >=gnome-base/gconf-2.0" src_install() { emake DESTDIR="${D}" install || die "make install failed" }