wok-next view linux-firmware/receipt @ rev 19618

memtest: update for GCC5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 06 18:15:00 2017 +0100 (2017-02-06)
parents 119e586fb823
children
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-firmware"
4 VERSION="4.9.4"
5 CATEGORY="non-free"
6 SHORT_DESC="Firmware thats compiled from Linux source code"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.kernel.org/"
10 PROVIDE="linux64-firmware"
12 WANTED="linux"
13 DEPENDS="linux"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/lib
19 cp -a $install/lib/firmware $fs/lib
21 # remove linux-sound firmware files
22 cook linux-sound --pack >/dev/null 2>&1
23 cook_split_rm linux-sound
24 }