wok annotate 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
rev   line source
pankso@587 1 # SliTaz package receipt.
pankso@587 2
pankso@587 3 PACKAGE="b43-fwcutter"
slaxemulator@11066 4 VERSION="015"
erjo@755 5 CATEGORY="utilities"
erjo@755 6 SHORT_DESC="Broadcom 43xx Linux Driver."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
erjo@755 8 DEPENDS=""
pankso@587 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@755 10 WEB_SITE="http://bu3sch.de/b43/fwcutter/"
pankso@587 11 WGET_URL="http://bu3sch.de/b43/fwcutter/$TARBALL"
jozee@3567 12 TAGS="wireless"
pankso@587 13
pankso@587 14 # Rules to configure and make the package.
pankso@587 15 compile_rules()
pankso@587 16 {
erjo@755 17 cd $src
erjo@755 18 make
pankso@587 19 }
pankso@587 20
pankso@587 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@587 22 genpkg_rules()
pankso@587 23 {
pankso@587 24 mkdir -p $fs/usr/bin
erjo@755 25 cp -a $src/$PACKAGE $fs/usr/bin
pankso@587 26 }
pankso@587 27