wok-current view mesa-wayland-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 6f50b9312cbf
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-wayland-dev"
4 VERSION="21.3.5"
5 CATEGORY="development"
6 SHORT_DESC="Wayland X server - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.mesa3d.org/"
11 DEPENDS="pkg-config udev-dev"
12 WANTED="mesa-wayland"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 #cp -a $install/usr/lib/*.*a $fs/usr/lib
21 #cp -a $install/usr/lib/dri/*.*a $fs/usr/lib/dri
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }