wok view firmware/receipt @ rev 17520

Up firmware (20141201)
author Richard Dunbar <mojo@slitaz.org>
date Sat Jan 17 03:08:00 2015 -0500 (2015-01-17)
parents 3b4e4318134e
children f1830db6a26c
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware"
4 SOURCE="linux-firmware"
5 VERSION="20141201"
6 REVISION="38e5405"
7 CATEGORY="meta"
8 SHORT_DESC="Firmware files for Linux"
9 MAINTAINER="slaxemulator@gmail.com"
10 LICENSE="other"
11 TARBALL="$SOURCE-$VERSION.$REVISION-1-any.pkg.tar.xz"
12 WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git"
13 WGET_URL="http://archlinux.mirrors.ovh.net/archlinux/core/os/i686/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir -p $DESTDIR/lib $DESTDIR/share
19 mv $src/share/licenses/linux-firmware/* $src/share/licenses
20 rm -fr $src/share/licenses/linux-firmware $src/lib/tmpfiles.d
21 cp -a $src/* $DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/lib/firmware
28 }