wok view b43-fwcutter/receipt @ rev 19901

Up: sqlite (3.18.0)
author Alexander Medvedev <devl547@gmail.com>
date Sat Apr 08 21:42:14 2017 +0000 (2017-04-08)
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 }