wok view mesa-dri-nouveau/receipt @ rev 20096

qemacs: does not need gcc3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 06 17:23:41 2017 +0200 (2017-10-06)
parents c5e30f3bd313
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-nouveau"
4 VERSION="9.1.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.mesa3d.org/"
10 DEPENDS="mesa libdrm-nouveau"
11 WANTED="mesa"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d
17 cp $install/usr/lib/dri/nouveau_vieux_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 }
26 TAZBB_NO_INSTALL="because this is not hardware neutral"