wok view linux-firmware/receipt @ rev 17187

gtk+: replace stock icons by Faenza icons. Later we can remove them from slitaz-icon package in order to save some space.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 03 17:25:23 2014 +0300 (2014-10-03)
parents eb689de65d7e
children 08cf996a2307
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-firmware"
4 VERSION="3.2.53"
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"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/lib
17 cp -a $install/lib/firmware $fs/lib
19 # remove linux-sound firmware files
20 for i in ess korg sun yamaha; do
21 rm -rf $fs/lib/firmware/$i
22 done
23 }