wok view mesa-dri-unichrome/receipt @ rev 20484

linld: ipxe does not respect realmode_switch protocol
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 21 17:30:30 2018 +0200 (2018-10-21)
parents
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-unichrome"
4 VERSION="7.10.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for S3 Graphics/VIA Unichrome."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://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/unichrome_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 }