wok view b43-fwcutter/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
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 }