wok-current view firmware/receipt @ rev 15900

Up efl-dev (1.8.4)
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 13 08:17:01 2014 +0100 (2014-02-13)
parents 568a6dc545ce
children 3859619fd45c
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware"
4 SOURCE="linux-firmware"
5 VERSION="20130610"
6 CATEGORY="meta"
7 SHORT_DESC="Firmware files for Linux"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="other"
10 TARBALL="$SOURCE-$VERSION.tar.xz"
11 WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary"
12 WGET_URL="ftp://ftp.archlinux.org/other/linux-firmware/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $DESTDIR/lib/firmware
18 cp -a $src/* $DESTDIR/lib/firmware
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/lib/firmware
25 }