wok view mesa-dri-r128/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-r128"
4 VERSION="7.10.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for ATI Rage128."
7 MAINTAINER="gokhlayeh@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/r128_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 }