wok view linux-firmware/receipt @ rev 8017

up: libexo* (0.6.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 20 02:13:23 2011 +0100 (2011-01-20)
parents 96a8288c4812
children 03d4663c81fa
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-firmware"
4 VERSION="2.6.36"
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 }