wok-6.x view mesa-dri-tdfx/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents fc33aae5387c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-tdfx"
4 VERSION="7.10.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for 3dfx."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://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/tdfx_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 }