wok annotate b43-fwcutter/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | ce084335362a |
children | 9af0e03b8ad0 |
rev | line source |
---|---|
pankso@587 | 1 # SliTaz package receipt. |
pankso@587 | 2 |
pankso@587 | 3 PACKAGE="b43-fwcutter" |
Hans-G?nter@20737 | 4 VERSION="019" |
erjo@755 | 5 CATEGORY="utilities" |
Hans-G?nter@20737 | 6 TAGS="wireless" |
erjo@755 | 7 SHORT_DESC="Broadcom 43xx Linux Driver." |
erjo@784 | 8 MAINTAINER="erjo@slitaz.org" |
pascal@15474 | 9 LICENSE="BSD" |
Hans-G?nter@20737 | 10 WEB_SITE="https://bues.ch/cms/hacking/misc.html#linux_b43_driver_firmware_tools" |
Hans-G?nter@20737 | 11 |
pankso@587 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
Hans-G?nter@20737 | 13 WGET_URL="https://bues.ch/b43/fwcutter/$TARBALL" |
pankso@587 | 14 |
pascal@15474 | 15 DEPENDS="" |
pascal@15474 | 16 |
pankso@587 | 17 # Rules to configure and make the package. |
pankso@587 | 18 compile_rules() |
pankso@587 | 19 { |
erjo@755 | 20 make |
al@19275 | 21 |
al@19275 | 22 cook_pick_manpages $src/*.1 |
pankso@587 | 23 } |
pankso@587 | 24 |
pankso@587 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@587 | 26 genpkg_rules() |
pankso@587 | 27 { |
pankso@587 | 28 mkdir -p $fs/usr/bin |
erjo@755 | 29 cp -a $src/$PACKAGE $fs/usr/bin |
pankso@587 | 30 } |