wok-next diff b43-fwcutter/receipt @ rev 20978

Small improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:34:11 2018 +0300 (2018-09-27)
parents 11b5e93cb5f2
children d5aab818505e
line diff
     1.1 --- a/b43-fwcutter/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/b43-fwcutter/receipt	Thu Sep 27 01:34:11 2018 +0300
     1.3 @@ -1,29 +1,29 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="b43-fwcutter"
     1.8 -VERSION="015"
     1.9 +VERSION="019"
    1.10  CATEGORY="utilities"
    1.11 -SHORT_DESC="Broadcom 43xx Linux Driver."
    1.12 +SHORT_DESC="Utility for extracting Broadcom 43xx firmware"
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 -WEB_SITE="http://bu3sch.de/b43/fwcutter/"
    1.16 +WEB_SITE="http://wireless.kernel.org/en/users/Drivers/b43"
    1.17 +
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19 -WGET_URL="$WEB_SITE$TARBALL"
    1.20 -TAGS="wireless"
    1.21 -
    1.22 -DEPENDS=""
    1.23 +WGET_URL="http://bues.ch/b43/fwcutter/$TARBALL"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	make
    1.29 +	mkdir -p $install/usr/bin
    1.30 +	cp -a b43-fwcutter $install/usr/bin
    1.31  
    1.32 -	cook_pick_manpages $src/*.1
    1.33 +	cook_pick_manpages *.1
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39 -	mkdir -p $fs/usr/bin
    1.40 -	cp -a $src/$PACKAGE $fs/usr/bin
    1.41 +	copy @std
    1.42 +	TAGS="wireless"
    1.43  }