Files
sablink-distro/sys-apps/gpu-detector/gpu-detector-2.4.6-r1.ebuild
T
2010-07-13 19:01:08 +02:00

26 lines
496 B
Bash

# Copyright 2004-2010 Sabayon
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Sabayon live tool for X.Org video driver configuration"
HOMEPAGE="http://www.sabayon.org"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc"
IUSE=""
RDEPEND=">=app-misc/sabayonlive-tools-1.6.0"
DEPEND=""
src_unpack () {
cd "${WORKDIR}"
cp "${FILESDIR}"/gpu-configuration . -p
}
src_install () {
cd "${WORKDIR}"
exeinto /sbin/
doexe gpu-configuration
}