wok view slitaz-i18n/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents d42b38d61b43
children d4fabad5ae11
line source
1 # SliTaz package receipt
3 PACKAGE="slitaz-i18n"
4 VERSION="3.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="SliTaz internationalization meta package to build locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="slitaz-configs slitaz-doc slitaz-tools"
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 cat > $fs/usr/share/doc/slitaz/i18n.txt << _EOT_
18 SliTaz i18n information
19 ================================================================================
21 This package provides the necessary functions and configs for the SliTaz locale
22 pack. SliTaz uses UTF-8 by default and tazlocale (from SliTaz tools) to
23 configure the system language.
26 Translated packages files included in the core languages pack (from upstream):
27 ----
28 $CORE_PKGS
29 ----
31 SliTaz i18n project coordination is done on the Labs:
33 http://labs.slitaz.org/wiki/i18n
36 ================================================================================
37 _EOT_
38 }