# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit multilib DESCRIPTION="X configurator for NVIDIA" HOMEPAGE="http://www.nvidia.com" SRC_URI="ftp://download.nvidia.com/XFree86/nvidia-xconfig/${PF}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="media-video/nvidia-kernel" src_compile() { emake CC=$(tc-getCC) || die "Could not build nvidia-xconfig. Sorry :(" } src_install() { # really only need nvidia-xconfig and manpage exeinto /usr/bin doexe nvidia-xconfig doman nvidia-xconfig.1 }