wok-current diff slitaz-i18n/receipt @ rev 18856
Up firefox-official(44.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jan 26 12:37:45 2016 +0200 (2016-01-26) |
parents | bfb4eab7f59f |
children | 976258eee7d9 |
line diff
1.1 --- a/slitaz-i18n/receipt Thu Mar 12 08:42:55 2015 +0100 1.2 +++ b/slitaz-i18n/receipt Tue Jan 26 12:37:45 2016 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="slitaz-i18n" 1.7 -VERSION="4.2" 1.8 +VERSION="5.0" 1.9 CATEGORY="meta" 1.10 SHORT_DESC="SliTaz internationalization meta package to build locale pack." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -28,31 +28,29 @@ 1.13 { 1.14 mkdir -p $fs/usr/share/doc/slitaz 1.15 . $stuff/locale-pack.conf 1.16 - for p in $CORE_PKGS 1.17 - do 1.18 + for p in $CORE_PKGS; do 1.19 if [ ! -d "$WOK/$p/install" ]; then 1.20 if [ -x /usr/bin/cook ]; then 1.21 cook $p 1.22 - else 1.23 + elif [ -x /usr/bin/tazwok ]; then 1.24 tazwok cook $p 1.25 fi 1.26 fi 1.27 done 1.28 # Cook all locale pack. 1.29 - for i in $LOCALE_PACK 1.30 - do 1.31 + for i in $LOCALE_PACK; do 1.32 if [ -x /usr/bin/cook ]; then 1.33 cook locale-$i 1.34 elif [ -x /usr/bin/tazwok ]; then 1.35 tazwok cook locale-$i 1.36 fi 1.37 done 1.38 - cat > $fs/usr/share/doc/slitaz/i18n.txt << EOT 1.39 + cat > $fs/usr/share/doc/slitaz/i18n.txt <<EOT 1.40 SliTaz i18n information 1.41 ================================================================================ 1.42 1.43 -This package provides the necessary functions and configs for the SliTaz locale 1.44 -pack. SliTaz uses UTF-8 by default and tazlocale (from SliTaz tools) to 1.45 +This package provides the necessary functions and configs for the SliTaz locale 1.46 +pack. SliTaz uses UTF-8 by default and tazlocale (from SliTaz tools) to 1.47 configure the system language. 1.48 1.49 1.50 @@ -69,4 +67,3 @@ 1.51 ================================================================================ 1.52 EOT 1.53 } 1.54 -