wok-undigest view mesa-dri-r128/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 source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-r128"
4 VERSION="7.10.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for ATI Rage128."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.mesa3d.org/"
10 #DEPENDS="mesa7"
11 WANTED="mesa7"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/dri
17 cp $install/usr/lib/dri/r128_dri.so $fs/usr/lib/dri
18 cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
19 Section "DRI"
20 Mode 0666
21 EndSection
22 EOT
23 chown -R root.root $fs
24 }