# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Emerald window decorator, part of Compiz Fusion" HOMEPAGE="http://compiz-fusion.org" SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RESTRICT="test" DEPEND=">=x11-libs/gtk+-2.8.0 >=x11-libs/libwnck-2.14.2 >=x11-wm/compiz-${PV}" DOCS="TODO README AUTHORS" src_unpack() { unpack "${A}" cd "${S}" } src_compile() { econf --with-default-plugins \ --enable-gtk \ --enable-gconf || die emake || die } src_install() { emake DESTDIR="${D}" install || die dodoc ${DOCS} || die }