wok-current view mesa-dri/receipt @ rev 23930
Up cryptsetup (2.3.4) CVE-2020-14382
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 04 17:07:15 2020 +0000 (2020-09-04) |
parents | a78610b2eb47 |
children | 3ad63c8fc2f9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri"
4 VERSION="9.2.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.mesa3d.org/"
11 DEPENDS="expat libdrm linux-agp linux-drm"
12 WANTED="mesa"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/dri
18 cp $install/usr/lib/dri/swrast_dri.so $fs/usr/lib/dri
20 mkdir -p $fs/etc/X11/xorg.conf.d
21 cp -a $stuff/*.conf $fs/etc/X11/xorg.conf.d
22 }