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

Update rawstudio for exiv2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 21 14:53:30 2019 +0100 (2019-03-21)
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