wok-6.x diff firmware-rt2x00/receipt @ rev 11247
Down: libwebkit to 1.6.1. 1.6.1 is stable version of libwebkit that we should be using.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 04:34:22 2011 +0000 (2011-11-07) |
parents | |
children | 9cfdcef32276 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/firmware-rt2x00/receipt Mon Nov 07 04:34:22 2011 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="firmware-rt2x00" 1.7 +VERSION="20110227" 1.8 +CATEGORY="non-free" 1.9 +SHORT_DESC="Firmware files for all rt2x00 modules." 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="linux-wireless" 1.12 +WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" 1.13 +WANTED="firmware" 1.14 +PROVIDE="firmware-rt73 firmware-rt2561 firmware-rt2661 firmware-rt2860 \ 1.15 +firmware-rt2870 firmware-rt3070 firmware-rt3071 firmware-rt3090" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/lib/firmware $fs/usr/share/licenses 1.21 + cp -a $_pkg/lib/firmware/rt*.bin $fs/lib/firmware 1.22 + cp -a $_pkg/lib/firmware/LICENCE.ralink-firmware.txt $fs/usr/share/licenses 1.23 +} 1.24 +