wok view firmware-rt2x00/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 3859619fd45c
children f1830db6a26c
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-rt2x00"
4 VERSION="20141201"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware files for all rt2x00 modules."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="other"
9 WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git"
10 WANTED="firmware"
11 PROVIDE="firmware-rt73 firmware-rt2561 firmware-rt2661 firmware-rt2860 \
12 firmware-rt2870 firmware-rt3070 firmware-rt3071 firmware-rt3090"
14 DEPENDS="linux-wireless"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/lib/firmware $fs/usr/share/licenses
20 cp -a $install/lib/firmware/rt*.bin $fs/lib/firmware
21 cp -a $install/share/licenses/LICENCE.ralink* $fs/usr/share/licenses
22 }