wok-4.x view get-b43-firmware/receipt @ rev 2176
Add h8300-binutils, h8300-gcc3 and h8300-gdb (thanks Matthew)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 08 16:52:33 2009 +0000 (2009-02-08) |
parents | 6c81ef27dcbc |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-b43-firmware"
4 VERSION="1.01"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Broadcom b43 firmware."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://downloads.openwrt.org/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp stuff/$PACKAGE $fs/usr/bin
15 }