wok view firmware/receipt @ rev 15593

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 03 18:28:51 2013 +0000 (2013-12-03)
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 }