wok-current view firmware-rtlnic/receipt @ rev 25670

Update firmware-* packages to 20240220
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 02 21:41:14 2024 +0000 (7 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-rtlnic"
4 VERSION="20240220"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware files for Realtek ethernet"
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 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/lib/firmware/ $fs/usr/share/licenses
16 cp -a $install/lib/firmware/rtl_nic $fs/lib/firmware
17 cp -a $install/usr/share/licenses/LICENCE.rtlwifi_firmware.txt $fs/usr/share/licenses
18 }