wok-current view firmware-amdgpu/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 a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-amdgpu"
4 VERSION="20240220"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware files for amdgpu"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git"
10 WANTED="firmware"
12 DEPENDS="linux-drm"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/lib/firmware $fs/usr/share/licenses
18 cp -a $install/lib/firmware/amdgpu $fs/lib/firmware
19 cp -a $src/LICENSE.amdgpu $fs/usr/share/licenses
20 }