wok view locale-zh_TW/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents f398031ad845
children c667db027c32
line source
1 # SliTaz package receipt
3 PACKAGE="locale-zh_TW"
4 VERSION="4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Chinese Traditional locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 WANTED="glibc slitaz-i18n xorg-libX11"
12 DEPENDS="glibc-base pcf-uming"
14 LOCALE="zh_TW"
15 ADD_FLAGS=""
16 LXPANEL_FLAGS=""
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 . $WOK/slitaz-i18n/stuff/locale-pack.functions
22 . $WOK/slitaz-i18n/stuff/locale-pack.conf
23 get_locale
25 # "zh_TW" locale definition based on "zh_CN" locale definition file
26 cp -a $WOK/glibc/install/usr/share/i18n/locales/zh_CN $fs/usr/share/i18n/locales
27 }
29 # Back to C if it's the last used locale.
30 post_remove()
31 {
32 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
33 }