wok view b43-fwcutter/receipt @ rev 22957

updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Feb 28 15:41:30 2020 +0100 (2020-02-28)
parents ce084335362a
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="b43-fwcutter"
4 VERSION="019"
5 CATEGORY="utilities"
6 TAGS="wireless"
7 SHORT_DESC="Broadcom 43xx Linux Driver."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://bues.ch/cms/hacking/misc.html#linux_b43_driver_firmware_tools"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://bues.ch/b43/fwcutter/$TARBALL"
15 DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
22 cook_pick_manpages $src/*.1
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/bin
29 cp -a $src/$PACKAGE $fs/usr/bin
30 }