wok-current view firmware-rtw88/receipt @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (5 weeks ago) |
parents | |
children | 44184a322cfe |
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-rtw88"
4 VERSION="20240220"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware files for rtw88 modules."
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-wireless"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/lib/firmware/rtw88 $fs/usr/share/licenses
20 cp -a $install/lib/firmware/rtw88/* $fs/lib/firmware/rtw88
21 cp -a $install/usr/share/licenses/LICENCE.rtlwifi_firmware.txt $fs/usr/share/licenses
22 }