wok view mesa-dri-nouveau/receipt @ rev 25460
Update sourceforge.net web_sites with https://
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 28 08:10:35 2022 +0000 (2022-09-28) |
parents | a78610b2eb47 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-nouveau"
4 VERSION="9.2.5"
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="https://www.mesa3d.org/"
11 DEPENDS="libdrm-nouveau mesa"
12 WANTED="mesa"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/dri
18 mkdir -p $fs/etc/X11/xorg.conf.d
20 cp $install/usr/lib/dri/nouveau_vieux_dri.so $fs/usr/lib/dri
22 cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
23 Section "DRI"
24 Mode 0666
25 EndSection
26 EOT
28 chown -R root.root $fs
29 }
31 TAZBB_NO_INSTALL="because this is not hardware neutral"