# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Tools for debugging and profiling Intel graphics chipsets" HOMEPAGE="http://www.intellinuxgraphics.org" SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-drivers/xf86-video-intel-2.6.1" RDEPEND="" src_install() { emake DESTDIR="${D}" install || die "emake install failed" }