wok view mesa-dri-savage/receipt @ rev 22277

updated xorg-xf86-video-r128 (6.10.2 -> 6.12.0)
author Hans-G?nter Theisgen
date Wed Nov 13 14:06:53 2019 +0100 (2019-11-13)
parents fc33aae5387c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-savage"
4 VERSION="7.10.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for S3 Sraphics/VIA Savage."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.mesa3d.org/"
10 WANTED="mesa7"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
16 cp $install/usr/lib/dri/savage_dri.so $fs/usr/lib/dri
17 cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
18 Section "DRI"
19 Mode 0666
20 EndSection
21 EOT
22 chown -R root.root $fs
23 }