wok-6.x view linux-firmware/receipt @ rev 15275

clipit: remove icon (sorry, guys), move autostart item back to /etc/...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 25 19:03:47 2013 +0300 (2013-09-25)
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 }