wok diff mesa-dri-tdfx/receipt @ rev 20478

Perl: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 17 20:54:10 2018 +0200 (2018-10-17)
parents
children a78610b2eb47
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mesa-dri-tdfx/receipt	Wed Oct 17 20:54:10 2018 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mesa-dri-tdfx"
     1.7 +VERSION="7.10.2"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Mesa DRI drivers for 3dfx."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="http://www.mesa3d.org/"
    1.13 +WANTED="mesa7"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
    1.19 +	cp $install/usr/lib/dri/tdfx_dri.so $fs/usr/lib/dri
    1.20 +	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
    1.21 +Section "DRI"
    1.22 +        Mode         0666
    1.23 +EndSection
    1.24 +EOT
    1.25 +        chown -R root.root $fs
    1.26 +}