wok view slitaz-i18n/receipt @ rev 8654

Up: clutter 1.6.2
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 15 04:07:22 2011 +0100 (2011-02-15)
parents 45e0a8f552a9
children a3ab9cbedbc7
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 BUILD_DEPENDS="asunder alsaplayer epdfview galculator viewnior gparted \
9 glib gtk+ leafpad lxpanel lxtask obconf openbox pcmanfm"
10 SUGGESTED="locale-de locale-es locale-fr locale-hu locale-pt"
11 WEB_SITE="http://www.slitaz.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/doc/slitaz
17 . stuff/locale-pack.conf
18 for i in $LOCALE_PACK
19 do
20 tazwok cook locale-$i
21 done
22 cat > $fs/usr/share/doc/slitaz/i18n.txt << _EOT_
23 SliTaz i18n information
24 ================================================================================
26 This package provides the necessary functions and configs for the SliTaz locale
27 pack. SliTaz uses UTF-8 by default and tazlocale (from SliTaz tools) to
28 configure the system language.
31 Translated packages files included in the core languages pack (from upstream):
32 ----
33 $CORE_PKGS
34 ----
36 SliTaz i18n project coordination is done on the Labs:
38 http://labs.slitaz.org/wiki/i18n
41 ================================================================================
42 _EOT_
43 }