wok view linux-firmware/receipt @ rev 19842
gitso: update wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 13 12:09:18 2017 +0100 (2017-03-13) |
parents | 08cf996a2307 |
children | ffc20f9bd49f |
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"
12 PROVIDE="linux64-firmware"
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 }