wok view slitaz-i18n/receipt @ rev 9847

Up: libgphoto2 to 2.4.11.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 21:17:14 2011 +0000 (2011-05-15)
parents 86295c37fce3
children 872ecb790c84
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 if [ -x /usr/bin/cook ]; then
21 cook locale-$i
22 elif [ -x /usr/bin/tazwok ]; then
23 tazwok cook locale-$i
24 fi
25 done
26 cat > $fs/usr/share/doc/slitaz/i18n.txt << _EOT_
27 SliTaz i18n information
28 ================================================================================
30 This package provides the necessary functions and configs for the SliTaz locale
31 pack. SliTaz uses UTF-8 by default and tazlocale (from SliTaz tools) to
32 configure the system language.
35 Translated packages files included in the core languages pack (from upstream):
36 ----
37 $CORE_PKGS
38 ----
40 SliTaz i18n project coordination is done on the Labs:
42 http://labs.slitaz.org/wiki/i18n
45 ================================================================================
46 _EOT_
47 }