wok view b43-fwcutter/receipt @ rev 777

get-b43-firmware: user should have to 'get-b43-firmware' to have wlan0 working out-of-the-box
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 12 17:27:29 2008 +0200 (2008-05-12)
parents 357c9dba020c
children a075ff895254
line source
1 # SliTaz package receipt.
3 PACKAGE="b43-fwcutter"
4 VERSION="011"
5 CATEGORY="utilities"
6 SHORT_DESC="Broadcom 43xx Linux Driver."
7 MAINTAINER="Erjo <erjo@slitaz.org>"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://bu3sch.de/b43/fwcutter/"
11 WGET_URL="http://bu3sch.de/b43/fwcutter/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/$PACKAGE $fs/usr/bin
25 }