wok-backports view linux-firmware/receipt @ rev 55

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:46:33 2019 +0100 (2019-02-27)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-firmware"
4 VERSION="3.2.53"
5 BASEVER="${VERSION:0:3}"
6 CATEGORY="non-free"
7 SHORT_DESC="Firmware thats compiled from linux source code."
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="GPL2"
10 DEPENDS="linux"
11 WEB_SITE="http://www.kernel.org/"
12 WANTED="linux"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/lib
18 cp -a $install/lib/firmware $fs/lib
20 # remove linux-sound firmware files
21 for i in ess korg sun yamaha; do
22 rm -rf $fs/lib/firmware/$i
23 done
24 }