wok rev 17525

Add firmware-atheros
author Richard Dunbar <mojo@slitaz.org>
date Sun Jan 18 16:43:46 2015 -0500 (2015-01-18)
parents 64cdac643a2b
children 54a5f5c453da
files firmware-atheros/receipt horst/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firmware-atheros/receipt	Sun Jan 18 16:43:46 2015 -0500
     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 +
     2.1 --- a/horst/receipt	Sat Jan 17 22:33:21 2015 +0100
     2.2 +++ b/horst/receipt	Sun Jan 18 16:43:46 2015 -0500
     2.3 @@ -10,7 +10,7 @@
     2.4  WEB_SITE="http://br1.einfach.org/tech/horst/"
     2.5  WGET_URL="http://br1.einfach.org/horst_dl/$TARBALL"
     2.6  
     2.7 -DEPENDS="ncurses"
     2.8 +DEPENDS="ncurses libtinfo"
     2.9  BUILD_DEPENDS="ncurses-dev"
    2.10  
    2.11  # Rules to configure and make the package.