wok-current view libglapi-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 (3 weeks ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libglapi-mesa"
4 VERSION="21.3.5"
5 CATEGORY="x-window"
6 SHORT_DESC="OpenGL API library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.mesa3d.org/"
11 DEPENDS=""
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/usr/lib/libglapi.so* $fs/usr/lib
19 }