# Copyright 2006 SabayonLinux # Distributed under the terms of the GNU General Public License v2 inherit eutils versionator DESCRIPTION="SabayonLinux Live tool for X.Org video driver configuration" HOMEPAGE="http://www.sabayonlinux.org/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc" IUSE="" DEPEND=">=x11-base/xorg-x11-7.0" RDEPEND="" src_unpack () { cd ${WORKDIR} cp ${FILESDIR}/gpu-configuration . -p } src_install () { cd ${WORKDIR} exeinto /sbin/ doexe gpu-configuration }