wok-next diff licenses/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d43bf7aae921
children
line diff
     1.1 --- a/licenses/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/licenses/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -13,16 +13,13 @@
     1.4  GPL2.html GPL1.html LGPL2.1.html LGPL2.html FDL1.2.html FDL1.1.html \
     1.5  MPL2.html MPL1.1.html MPL2.txt MPL1.1.txt"
     1.6  
     1.7 -src_wget()
     1.8 -{
     1.9 +src_wget() {
    1.10  	local file="$SRC/$(basename $2)"
    1.11  	[ -s "$file" ] || wget -O "$file" "$1"
    1.12  	cp "$file" "$2"
    1.13  }
    1.14  
    1.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 -genpkg_rules()
    1.17 -{
    1.18 +genpkg_rules() {
    1.19  	### GNU Licenses ###
    1.20  	G=http://www.gnu.org/licenses
    1.21  	O=$G/old-licenses
    1.22 @@ -57,5 +54,4 @@
    1.23  	src_wget http://www.mozilla.org/MPL/2.0/index.txt	$L/MPL2.txt
    1.24  	src_wget http://www.mozilla.org/MPL/1.1/	$L/MPL1.1.html
    1.25  	src_wget http://www.mozilla.org/MPL/1.1/index.txt	$L/MPL1.1.txt
    1.26 -
    1.27  }