wok annotate 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
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"
gokhlayeh@6993 9 WEB_SITE="http://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