summaryrefslogtreecommitdiff
path: root/sys-apps/gpu-detector/gpu-detector-3.ebuild
blob: 21aa73f8990233751ff77bf724fc4af2dcc9b02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2004-2013 Sabayon
# Distributed under the terms of the GNU General Public License v2

DESCRIPTION="Configures your GPU when autodetection fails do to it"
HOMEPAGE="http://www.rogentos.ro"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc"
IUSE=""

RDEPEND="app-misc/rogentos-live"
DEPEND=""

src_unpack () {
        cd "${WORKDIR}"
        cp "${FILESDIR}"/gpu-configuration . -p
}

src_install () {
	cd "${WORKDIR}"
	exeinto /sbin/
	doexe gpu-configuration
}