# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ SRC_URI="mirror://gnome/sources/libcm/0.1/${P}.tar.bz2" DESCRIPTION="Composite management library" HOMEPAGE="http://www.gnome.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="dev-libs/glib x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libXdamage >=media-libs/mesa-6.5.1" src_compile() { econf || die emake || die } src_install() { make DESTDIR="${D}" install || die }