wok view linux-firmware/receipt @ rev 14657

Normalize LICENSE according to wok/licenses package (bsd part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 05 16:21:04 2013 +0200 (2013-06-05)
parents 416fab3c90c0
children 051931e905b0
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-firmware"
4 VERSION="3.2.40"
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 $_pkg/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 }