wok view firmware-atheros/receipt @ rev 20874

updated ejabberd again (2.1.6 -> 18.12.1)
author Hans-G?nter Theisgen
date Sat Feb 23 15:04:17 2019 +0100 (2019-02-23)
parents 5ece920dfa5f
children a6a314a3e716
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/usr/share/licenses/LICENCE.atheros_firmware $fs/usr/share/licenses
22 }