wok-undigest annotate mesa-dri-unichrome/receipt @ rev 1228
updated glib and glib-dev (2.43.3 -> 2.62.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Sep 09 13:48:24 2020 +0100 (2020-09-09) |
parents | 5927d59a8ed8 |
children |
rev | line source |
---|---|
pascal@955 | 1 # SliTaz package receipt. |
pascal@955 | 2 |
pascal@955 | 3 PACKAGE="mesa-dri-unichrome" |
psychomaniak@1176 | 4 VERSION="7.10.2" |
pascal@955 | 5 CATEGORY="x-window" |
pascal@955 | 6 SHORT_DESC="Mesa DRI drivers for S3 Graphics/VIA Unichrome." |
pascal@955 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1069 | 8 LICENSE="MIT" |
pascal@955 | 9 WEB_SITE="http://www.mesa3d.org/" |
psychomaniak@1176 | 10 #DEPENDS="mesa7" |
psychomaniak@1176 | 11 WANTED="mesa7" |
pascal@955 | 12 |
pascal@955 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@955 | 14 genpkg_rules() |
pascal@955 | 15 { |
psychomaniak@1178 | 16 mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/ |
pascal@955 | 17 cp $install/usr/lib/dri/unichrome_dri.so $fs/usr/lib/dri |
psychomaniak@1176 | 18 cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT |
psychomaniak@1176 | 19 Section "DRI" |
psychomaniak@1176 | 20 Mode 0666 |
psychomaniak@1176 | 21 EndSection |
psychomaniak@1176 | 22 EOT |
psychomaniak@1176 | 23 chown -R root.root $fs |
pascal@955 | 24 } |