wok-current view firmware-amdgpu/receipt @ rev 25640
Patch xorg-server (CVE-2023-6816, CVE-2024-0229, CVE-2024-0408, CVE-2024-0409, CVE-2024-21885, CVE-2024-21886)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jan 16 20:32:03 2024 +0000 (12 months ago) |
parents | 73f36875e5a7 |
children | 1e5e4f6635ed |
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-amdgpu"
4 VERSION="20230919"
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 }