wok view b43-fwcutter/receipt @ rev 7189

Up: alsaplayer to 0.99.81.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 08 22:56:00 2010 +0000 (2010-11-08)
parents 4ffc7c76d358
children 236beefaa7a1
line source
1 # SliTaz package receipt.
3 PACKAGE="b43-fwcutter"
4 VERSION="013"
5 CATEGORY="utilities"
6 SHORT_DESC="Broadcom 43xx Linux Driver."
7 MAINTAINER="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"
12 TAGS="wireless"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/$PACKAGE $fs/usr/bin
26 }