wok view b43-fwcutter/receipt @ rev 1853

Fix: revert to original receipt. sorry.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 14 11:34:06 2008 +0100 (2008-12-14)
parents fab97211d72f
children 4ffc7c76d358
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@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 }