wok view firmware-rtlnic/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents f1830db6a26c
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-rtlnic"
4 VERSION="20200515"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware files for Realtek ethernet"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://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 }