wok-current view firmware-radeon/receipt @ rev 25698

Fix ntfs-3g receipt
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 19:01:01 2024 +0000 (2 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-radeon"
4 VERSION="20240220"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware files for radeon"
7 MAINTAINER="slaxemulator@gmail.com"
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/radeon $fs/lib/firmware
19 cp -a $install/lib/firmware/r128 $fs/lib/firmware
20 cp -a $src/LICENSE.radeon $fs/usr/share/licenses
21 }