wok diff firmware-atheros/receipt @ rev 17992

Add few descriptions (from pkgs.org)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 16:47:39 2015 +0300 (2015-04-23)
parents
children 46fc8daa3b41
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firmware-atheros/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="firmware-atheros"
     1.7 +VERSION="20141201"
     1.8 +CATEGORY="non-free"
     1.9 +SHORT_DESC="Firmware files for atheros modules."
    1.10 +MAINTAINER="mojo@slitaz.org"
    1.11 +DEPENDS="linux-wireless"
    1.12 +WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git"
    1.13 +WANTED="firmware"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +mkdir -p $fs/lib/firmware $fs/usr/share/licenses
    1.19 +cp -a $install/lib/firmware/ar*.fw   $fs/lib/firmware 
    1.20 +cp -a $install/lib/firmware/ar*.bin  $fs/lib/firmware 
    1.21 +cp -a $install/lib/firmware/ath3*.fw $fs/lib/firmware
    1.22 +cp -a $install/lib/firmware/htc_*.fw $fs/lib/firmware
    1.23 +cp -a $install/share/licenses/LICENCE.atheros_firmware $fs/usr/share/licenses
    1.24 +}
    1.25 +