wok diff b43-fwcutter/receipt @ rev 20877

openssh: add ssh-copy-id (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 23 23:59:15 2019 +0100 (2019-02-23)
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	Sat Feb 23 23:59:15 2019 +0100
     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.