wok view linux-firmware/receipt @ rev 18296

Up linux (3.2.71)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 17 11:03:13 2015 +0200 (2015-08-17)
parents db5b03f42dd9
children 85eab6d7127c
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-firmware"
4 VERSION="3.2.71"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware thats compiled from linux source code."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 DEPENDS="linux"
10 WEB_SITE="http://www.kernel.org/"
11 WANTED="linux"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/lib
17 cp -a $install/lib/firmware $fs/lib
19 # remove linux-sound firmware files
20 for i in ess korg sun yamaha; do
21 rm -rf $fs/lib/firmware/$i
22 done
23 }