wok view firmware/receipt @ rev 9153

Add firmware receipt. This is firmware that can be repackage. As long as the license is in the package we are in the clear. NOTE: There is a lot more wanted packages for this to come.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 07 02:21:03 2011 +0000 (2011-03-07)
parents
children 4ab8208338fc
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware"
4 VERSION="20110227"
5 CATEGORY="meta"
6 SHORT_DESC="Firmware files for Linux"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.xz"
9 WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary"
10 WGET_URL="ftp://ftp.archlinux.org/other/linux-firmware/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mkdir -p $DESTDIR/lib/firmware
16 cp -a $src/* $DESTDIR/lib/firmware
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/lib/firmware
23 }