wok-current view firmware-amdgpu/receipt @ rev 25629
Mass updates for current
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Oct 11 18:45:46 2023 +0000 (15 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 }