wok view b43-fwcutter/receipt @ rev 14169

Add libnfc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 08 12:16:44 2013 +0100 (2013-03-08)
parents 236beefaa7a1
children c5285953bed2
line source
1 # SliTaz package receipt.
3 PACKAGE="b43-fwcutter"
4 VERSION="015"
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 }