wok-next annotate firmware-atheros/receipt @ rev 18060
Up mercurial (3.4)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat May 16 21:33:08 2015 +0200 (2015-05-16) |
parents | |
children | 46fc8daa3b41 |
rev | line source |
---|---|
mojo@17525 | 1 # SliTaz package receipt. |
mojo@17525 | 2 |
mojo@17525 | 3 PACKAGE="firmware-atheros" |
mojo@17525 | 4 VERSION="20141201" |
mojo@17525 | 5 CATEGORY="non-free" |
mojo@17525 | 6 SHORT_DESC="Firmware files for atheros modules." |
mojo@17525 | 7 MAINTAINER="mojo@slitaz.org" |
mojo@17525 | 8 DEPENDS="linux-wireless" |
mojo@17525 | 9 WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git" |
mojo@17525 | 10 WANTED="firmware" |
mojo@17525 | 11 |
mojo@17525 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
mojo@17525 | 13 genpkg_rules() |
mojo@17525 | 14 { |
mojo@17525 | 15 mkdir -p $fs/lib/firmware $fs/usr/share/licenses |
mojo@17525 | 16 cp -a $install/lib/firmware/ar*.fw $fs/lib/firmware |
mojo@17525 | 17 cp -a $install/lib/firmware/ar*.bin $fs/lib/firmware |
mojo@17525 | 18 cp -a $install/lib/firmware/ath3*.fw $fs/lib/firmware |
mojo@17525 | 19 cp -a $install/lib/firmware/htc_*.fw $fs/lib/firmware |
mojo@17525 | 20 cp -a $install/share/licenses/LICENCE.atheros_firmware $fs/usr/share/licenses |
mojo@17525 | 21 } |
mojo@17525 | 22 |