wok view slitaz-i18n/receipt @ rev 8132

Fix: cdparanoia-III need -j1 to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Jan 25 00:47:59 2011 +0100 (2011-01-25)
parents d4fabad5ae11
children 86295c37fce3
line source
1 # SliTaz package receipt
3 PACKAGE="slitaz-i18n"
4 VERSION="4.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="SliTaz internationalization meta package to build locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS=""
9 SUGGESTED="locale-de locale-es locale-fr locale-hu locale-pt"
10 WEB_SITE="http://www.slitaz.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/doc/slitaz
16 . stuff/locale-pack.conf
17 for i in $LOCALE_PACK
18 do
19 tazwok cook locale-$i
20 done
21 cat > $fs/usr/share/doc/slitaz/i18n.txt << _EOT_
22 SliTaz i18n information
23 ================================================================================
25 This package provides the necessary functions and configs for the SliTaz locale
26 pack. SliTaz uses UTF-8 by default and tazlocale (from SliTaz tools) to
27 configure the system language.
30 Translated packages files included in the core languages pack (from upstream):
31 ----
32 $CORE_PKGS
33 ----
35 SliTaz i18n project coordination is done on the Labs:
37 http://labs.slitaz.org/wiki/i18n
40 ================================================================================
41 _EOT_
42 }