wok view linux-firmware/receipt @ rev 18884

Up backuppc (3.3.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 12 09:38:53 2016 +0100 (2016-02-12)
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 }