wok-next view firmware/receipt @ rev 16752
Up: slitaz-boot-scripts (5.6.3)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 15 17:19:44 2014 +0300 (2014-06-15) |
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 }