wok-next diff licenses/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d43bf7aae921 |
children |
line diff
1.1 --- a/licenses/receipt Wed Mar 21 15:58:17 2018 +0200 1.2 +++ b/licenses/receipt Fri Nov 02 14:15:08 2018 +0200 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 }