wok-current view libopencl-mesa/receipt @ rev 25710
Build full mesa features and split it
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jun 10 19:04:54 2024 +0000 (5 months ago) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libopencl-mesa"
4 VERSION="21.3.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa OpenCL ICD library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.mesa3d.org/"
11 DEPENDS="libdrm"
12 WANTED="mesa"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/etc $fs
19 cp -a $install/usr/lib/gallium-pipe $fs/usr/lib
20 cp -a $install/usr/lib/lib*OpenCL*.so* $fs/usr/lib
21 }