diff options
Diffstat (limited to 'media-video/ati-drivers/ati-drivers-3.2.5.ebuild')
-rw-r--r-- | media-video/ati-drivers/ati-drivers-3.2.5.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/media-video/ati-drivers/ati-drivers-3.2.5.ebuild b/media-video/ati-drivers/ati-drivers-3.2.5.ebuild index 80aa4d7d7245..d892fddd71b2 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.5.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.5.ebuild,v 1.3 2003/09/05 21:46:08 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.5.ebuild,v 1.4 2003/09/07 00:08:12 msterret Exp $ IUSE="qt kde gnome" @@ -37,13 +37,13 @@ src_unpack() { local ATIBIN="${D}/opt/ati/bin" mkdir fglrx_panel cd fglrx_panel - tar zxf ${WORKDIR}/usr/src/fglrx_panel_sources.tgz || die + tar zxf ${WORKDIR}/usr/src/fglrx_panel_sources.tgz || die sed -e "s:"${OLDBIN}":"${ATIBIN}":"\ Makefile >Makefile.new mv Makefile.new Makefile - + if [ "`echo ${KV}|grep 2.6`" ] ; then - + cd ${WORKDIR}/lib/modules/fglrx/build_mod einfo "creating Makefile for kernel 2.6" patch -p1 < ${FILESDIR}/fglrx-2.6-makefile.patch @@ -74,26 +74,26 @@ src_compile() { sed -e 's:`id -u`:0:' make.sh >make.sh.new sed -e 's:`uname -r`:${KV}:' make.sh.new >make.sh chmod +x make.sh - ./make.sh || ewarn "glx module not built" + ./make.sh || ewarn "glx module not built" fi #that is the dirty way to avoid the id -u check #sed -e 's:`id -u`:0:' make.sh >make.sh.new #sed -e 's:`uname -r`:${KV}:' make.sh.new >make.sh #chmod +x make.sh - #./make.sh || ewarn "glx module not built" - + #./make.sh || ewarn "glx module not built" + einfo "building the fgl_glxgears sample" cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - + if [ "`use qt`" ] - then + then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel emake || die fi - #removing stuff + #removing stuff einfo "cleaning" cd ${WORKDIR} rm -fR usr/share @@ -108,13 +108,13 @@ pkg_preinst() { then rm -rf ${ROOT}/usr/lib/opengl/ati/* fi -} +} src_install() { local ATI_ROOT="/usr/lib/opengl/ati" cd ${WORKDIR} -#drm module +#drm module insinto /lib/modules/${KV}/video if [ "`echo ${KV}|grep 2.6`" ] ; then doins lib/modules/fglrx/build_mod/fglrx.ko @@ -124,7 +124,7 @@ src_install() { #dri driver exeinto ${ATI_ROOT}/lib - doexe usr/X11R6/lib/libGL.so.1.2 + doexe usr/X11R6/lib/libGL.so.1.2 dosym libGL.so.1.2 ${ATI_ROOT}/lib/libGL.so.1 dosym libGL.so.1.2 ${ATI_ROOT}/lib/libGL.so dosym libGL.so.1.2 ${ATI_ROOT}/lib/libMesaGL.so @@ -136,7 +136,7 @@ src_install() { dosym ../xfree/include ${ATI_ROOT}/include dosym ../xfree/extensions ${ATI_ROOT}/extensions rm usr/X11R6/lib/libGL.so.1.2 - + #apps insinto /etc/env.d doins ${FILESDIR}/09ati @@ -145,7 +145,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if [ "`use qt`" ] then doexe fglrx_panel/fireglcontrol fi |