wok view locale-cs/receipt @ rev 14964

Up: firefox-langpack-de (17.0.8esr)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 22:19:54 2013 +0200 (2013-08-08)
parents 4434891fab1c
children 48d3d669a814
line source
1 # SliTaz package receipt
3 PACKAGE="locale-cs"
4 VERSION="4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Czech locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
10 WANTED="glibc slitaz-i18n xorg-libX11"
11 DEPENDS="glibc-base"
13 LOCALE="cs"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 . $WOK/slitaz-i18n/stuff/locale-pack.functions
19 . $WOK/slitaz-i18n/stuff/locale-pack.conf
20 get_locale
21 }
23 # Back to C if it's the last used locale.
24 post_remove()
25 {
26 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
27 }