# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild,v 1.2 2005/10/24 03:27:31 spyderous Exp $ inherit eutils IUSE="" DESCRIPTION="X Compositing manager" HOMEPAGE="http://freedesktop.org/Software/xapps" SRC_URI="http://xapps.freedesktop.org/release/${P}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~x86 ~ppc ~amd64" RDEPEND="|| ( ( x11-libs/libXrender x11-libs/libXfixes x11-libs/libXdamage x11-libs/libXcomposite ) virtual/x11 )" DEPEND="${RDEPEND} dev-util/pkgconfig !<x11-base/xorg-x11-6.8.0" src_install() { make DESTDIR=${D} install || die dodoc ChangeLog }