wok-stable view linux-firmware/receipt @ rev 12465

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