wok-undigest diff mesa-dri-tdfx/receipt @ rev 1176

try to fix mesa-dri-...unichrome,i810,mach64,mga,r128,savage,sis,tdfx
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 27 05:35:28 2015 +0100 (2015-10-27)
parents 135ad0e1fc7d
children f404ab0d585e
line diff
     1.1 --- a/mesa-dri-tdfx/receipt	Tue Dec 03 11:12:56 2013 +0000
     1.2 +++ b/mesa-dri-tdfx/receipt	Tue Oct 27 05:35:28 2015 +0100
     1.3 @@ -1,18 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mesa-dri-tdfx"
     1.7 -VERSION="9.0.1"
     1.8 +VERSION="7.10.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Mesa DRI drivers for 3dfx."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="http://www.mesa3d.org/"
    1.14 -DEPENDS="mesa mesa-dri"
    1.15 -WANTED="mesa"
    1.16 +#DEPENDS="mesa7"
    1.17 +WANTED="mesa7"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib/dri
    1.23  	cp $install/usr/lib/dri/tdfx_dri.so $fs/usr/lib/dri
    1.24 +	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
    1.25 +Section "DRI"
    1.26 +        Mode         0666
    1.27 +EndSection
    1.28 +EOT
    1.29 +        chown -R root.root $fs
    1.30  }