Files
sablink-distro/sys-apps/gpu-detector/gpu-detector-2.0.1.ebuild
T
(no author) e0f4e6a3e1 more ATI support
git-svn-id: http://svn.sabayonlinux.org/overlay@1684 d7aec97c-591d-0410-af39-a8856400b30a
2007-10-16 09:27:46 +00:00

36 lines
588 B
Bash

# 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=""
RDEPEND=">=x11-base/xorg-x11-7.0
>=app-misc/sabayonlive-tools-1.6.0
dev-lang/python
"
DEPEND="${RDEPEND}"
src_unpack () {
cd ${WORKDIR}
cp ${FILESDIR}/gpu-configuration . -p
}
src_install () {
cd ${WORKDIR}
exeinto /sbin/
doexe gpu-configuration
}