wok-6.x view locale-it/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents ee88cfdf14a2
children 874b0d62ff7e
line source
1 # SliTaz package receipt
3 PACKAGE="locale-it"
4 VERSION="4.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Italian locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="glibc-base"
9 BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
10 WEB_SITE="http://www.slitaz.org/"
11 WANTED="slitaz-i18n"
13 LOCALE="it"
14 LOCALEDEF="it_IT"
15 CHARMAP="UTF-8"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 . $WOK/slitaz-i18n/stuff/locale-pack.functions
21 . $WOK/slitaz-i18n/stuff/locale-pack.conf
22 mk_locale_dir
23 get_slitaz_messages
24 get_core_messages
25 }
27 # Back to C if it's the last used locale.
28 post_remove()
29 {
30 if grep -q $LOCALEDEF /etc/locale.conf; then
31 echo "LANG=C" > /etc/locale.conf
32 echo "LC_ALL=C" >> /etc/locale.conf
33 fi
34 }