wok view b43-fwcutter/receipt @ rev 9804

usbutils: fix build by using latest version from kernel.org
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 19:44:44 2011 +0200 (2011-05-14)
parents 5fc560806077
children 472aa51456db
line source
1 # SliTaz package receipt.
3 PACKAGE="b43-fwcutter"
4 VERSION="014"
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 }