wok view b43-fwcutter/receipt @ rev 19994

get-opera-blink: latest i386 release is 45.0.2552.898
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 22 10:30:29 2017 +0300 (2017-07-22)
parents c5285953bed2
children ce084335362a
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 LICENSE="BSD"
9 WEB_SITE="http://bu3sch.de/b43/fwcutter/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$WEB_SITE$TARBALL"
12 TAGS="wireless"
14 DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
21 cook_pick_manpages $src/*.1
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/$PACKAGE $fs/usr/bin
29 }