wok-next view firmware/receipt @ rev 12011
Up: mercurial 2.1.1
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 06 05:12:26 2012 +0100 (2012-03-06) |
parents | 27883e91e292 |
children | 9cfdcef32276 |
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware"
4 SOURCE="linux-firmware"
5 VERSION="20110227"
6 CATEGORY="meta"
7 SHORT_DESC="Firmware files for Linux"
8 MAINTAINER="slaxemulator@gmail.com"
9 TARBALL="$SOURCE-$VERSION.tar.xz"
10 WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary"
11 WGET_URL="ftp://ftp.archlinux.org/other/linux-firmware/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 mkdir -p $DESTDIR/lib/firmware
17 cp -a $src/* $DESTDIR/lib/firmware
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/lib/firmware
24 }