wok view firmware-atheros/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents f1830db6a26c
children 1bc6c02d5fdd
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-atheros"
4 VERSION="20171030"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware files for atheros modules."
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="other"
9 DEPENDS="linux-wireless"
10 WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git"
11 WANTED="firmware"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/lib/firmware $fs/usr/share/licenses
17 cp -a $install/lib/firmware/ar*.fw $fs/lib/firmware
18 cp -a $install/lib/firmware/ar*.bin $fs/lib/firmware
19 cp -a $install/lib/firmware/ath3*.fw $fs/lib/firmware
20 cp -a $install/lib/firmware/htc_*.fw $fs/lib/firmware
21 cp -a $install/lib/firmware/ath10k $fs/lib/firmware
22 cp -a $install/usr/share/licenses/LICENCE.atheros_firmware $fs/usr/share/licenses
23 }