wok annotate firmware-atheros/receipt @ rev 23522
updated python-passlib (1.6.2 -> 1.7.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 13:57:21 2020 +0100 (2020-04-06) |
parents | f1830db6a26c |
children | 1bc6c02d5fdd |
rev | line source |
---|---|
mojo@17525 | 1 # SliTaz package receipt. |
mojo@17525 | 2 |
mojo@17525 | 3 PACKAGE="firmware-atheros" |
mojo@20138 | 4 VERSION="20171030" |
mojo@17525 | 5 CATEGORY="non-free" |
mojo@17525 | 6 SHORT_DESC="Firmware files for atheros modules." |
mojo@17525 | 7 MAINTAINER="mojo@slitaz.org" |
pascal@18334 | 8 LICENSE="other" |
mojo@17525 | 9 DEPENDS="linux-wireless" |
mojo@17525 | 10 WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git" |
mojo@17525 | 11 WANTED="firmware" |
mojo@17525 | 12 |
mojo@17525 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
mojo@17525 | 14 genpkg_rules() |
mojo@17525 | 15 { |
mojo@17525 | 16 mkdir -p $fs/lib/firmware $fs/usr/share/licenses |
al@18886 | 17 cp -a $install/lib/firmware/ar*.fw $fs/lib/firmware |
al@18886 | 18 cp -a $install/lib/firmware/ar*.bin $fs/lib/firmware |
mojo@17525 | 19 cp -a $install/lib/firmware/ath3*.fw $fs/lib/firmware |
mojo@17525 | 20 cp -a $install/lib/firmware/htc_*.fw $fs/lib/firmware |
mojo@21997 | 21 cp -a $install/lib/firmware/ath10k $fs/lib/firmware |
mojo@20138 | 22 cp -a $install/usr/share/licenses/LICENCE.atheros_firmware $fs/usr/share/licenses |
mojo@17525 | 23 } |