# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="nVidia released control panel for nvidia drivers" HOMEPAGE="http://foo.bar.com/" SRC_URI="http://dev.gentoo.org/~cyfred/${PN}/${P}.tar.bz2" LICENSE="NVIDIA" SLOT="0" KEYWORDS="~x86 ~amd64 -*" DEPEND="" RDEPEND="nvidia-kernel" src_install() { exeinto /usr/bin doexe ${WORKDIR}/usr/bin/nvidia-settings }