wok diff slitaz-i18n/receipt @ rev 3087

Add slitaz-i18n (provide script and conf to build languages pack) + clean up
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 16 02:25:40 2009 +0200 (2009-05-16)
parents
children d42b38d61b43
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-i18n/receipt	Sat May 16 02:25:40 2009 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt
     1.5 +
     1.6 +PACKAGE="slitaz-i18n"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="SliTaz internationalization meta packages to build locale pack."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="slitaz-configs slitaz-doc slitaz-tools"
    1.12 +SUGGESTED="locale-de locale-es locale-fr locale-hu locale-pt"
    1.13 +WEB_SITE="http://www.slitaz.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/doc/slitaz
    1.19 +	. stuff/locale-pack.conf
    1.20 +	cat > $fs/usr/share/doc/slitaz/i18n.txt << _EOT_
    1.21 +SliTaz 18n information
    1.22 +================================================================================
    1.23 +
    1.24 +
    1.25 +Translated packages files include in the core languages pack (from upstream):
    1.26 +----
    1.27 +$CORE_PKGS
    1.28 +----
    1.29 +
    1.30 +SliTaz i18n project coordination in done on the Labs:
    1.31 +
    1.32 +	http://labs.slitaz.org/wiki/i18n
    1.33 +
    1.34 +
    1.35 +================================================================================
    1.36 +_EOT_
    1.37 +}