wok diff b43-fwcutter/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents ce084335362a
children 9af0e03b8ad0
line diff
     1.1 --- a/b43-fwcutter/receipt	Thu Aug 03 05:22:36 2017 -0300
     1.2 +++ b/b43-fwcutter/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="b43-fwcutter"
     1.7 -VERSION="015"
     1.8 +VERSION="019"
     1.9  CATEGORY="utilities"
    1.10 +TAGS="wireless"
    1.11  SHORT_DESC="Broadcom 43xx Linux Driver."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://bu3sch.de/b43/fwcutter/"
    1.15 +WEB_SITE="https://bues.ch/cms/hacking/misc.html#linux_b43_driver_firmware_tools"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WGET_URL="$WEB_SITE$TARBALL"
    1.19 -TAGS="wireless"
    1.20 +WGET_URL="https://bues.ch/b43/fwcutter/$TARBALL"
    1.21  
    1.22  DEPENDS=""
    1.23  
    1.24 @@ -27,9 +28,3 @@
    1.25  	mkdir -p $fs/usr/bin
    1.26  	cp -a $src/$PACKAGE $fs/usr/bin
    1.27  }
    1.28 -
    1.29 -## -----------------------------------------------------------------------
    1.30 -## Revision: 03/Aug/2017 - SliTaz DevTeam.
    1.31 -## URL: "http://bu3sch.de/b43/fwcutter/" is OFF.
    1.32 -## This looks good? => https://sourceforge.net/projects/bcm43xx.berlios/
    1.33 -## !! Please, remove this after you update. Thank you.