wok annotate mesa-dri-nouveau/receipt @ rev 21407

updated lynx (2.8.8 -> 2.8.9)
author Hans-G?nter Theisgen
date Tue Apr 23 15:37:46 2019 +0100 (2019-04-23)
parents f7dd646afeb9
children 6f50b9312cbf
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="mesa-dri-nouveau"
pascal@14726 4 VERSION="9.1.3"
gokhlayeh@6993 5 CATEGORY="x-window"
gokhlayeh@6993 6 SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau."
gokhlayeh@6993 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14728 8 LICENSE="MIT"
pascal@20669 9 WEB_SITE="https://www.mesa3d.org/"
psychomaniak@18075 10 DEPENDS="mesa libdrm-nouveau"
gokhlayeh@6993 11 WANTED="mesa"
gokhlayeh@6993 12
gokhlayeh@6993 13 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 14 genpkg_rules()
gokhlayeh@6993 15 {
psychomaniak@18075 16 mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d
pascal@13787 17 cp $install/usr/lib/dri/nouveau_vieux_dri.so $fs/usr/lib/dri
psychomaniak@18075 18 cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
psychomaniak@18075 19 Section "DRI"
psychomaniak@18075 20 Mode 0666
psychomaniak@18075 21 EndSection
psychomaniak@18075 22 EOT
psychomaniak@18075 23 chown -R root.root $fs
gokhlayeh@6993 24 }
gokhlayeh@6993 25
gokhlayeh@6993 26 TAZBB_NO_INSTALL="because this is not hardware neutral"
psychomaniak@19158 27