wok-current annotate firmware-rtlwifi/receipt @ rev 25698
Fix ntfs-3g receipt
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Apr 16 19:01:01 2024 +0000 (9 months ago) |
parents | a23978bfa665 |
children | 5926178cd6fa |
rev | line source |
---|---|
mojo@13732 | 1 # SliTaz package receipt. |
mojo@13732 | 2 |
mojo@13732 | 3 PACKAGE="firmware-rtlwifi" |
shann@25670 | 4 VERSION="20240220" |
mojo@13732 | 5 CATEGORY="non-free" |
mojo@13732 | 6 SHORT_DESC="Firmware files for rtlwifi modules." |
mojo@13732 | 7 MAINTAINER="mojo@slitaz.org" |
pascal@15593 | 8 LICENSE="other" |
pascal@25540 | 9 WEB_SITE="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git" |
mojo@13732 | 10 WANTED="firmware" |
mojo@13732 | 11 |
pascal@15593 | 12 DEPENDS="linux-wireless" |
pascal@15593 | 13 |
mojo@13732 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
mojo@13732 | 15 genpkg_rules() |
mojo@13732 | 16 { |
mojo@13732 | 17 mkdir -p $fs/lib/firmware/rtlwifi $fs/usr/share/licenses |
mojo@17520 | 18 cp -a $install/lib/firmware/rtlwifi/* $fs/lib/firmware/rtlwifi |
mojo@20138 | 19 cp -a $install/usr/share/licenses/LICENCE.rtlwifi_firmware.txt $fs/usr/share/licenses |
mojo@13732 | 20 } |
mojo@13732 | 21 |