# SliTaz package receipt. PACKAGE="firmware-amdgpu" VERSION="20230919" CATEGORY="non-free" SHORT_DESC="Firmware files for amdgpu" MAINTAINER="mojo@slitaz.org" LICENSE="other" WEB_SITE="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git" WANTED="firmware" DEPENDS="linux-drm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses cp -a $install/lib/firmware/amdgpu $fs/lib/firmware cp -a $src/LICENSE.amdgpu $fs/usr/share/licenses }