wok view locale-it/receipt @ rev 10777

yaff: fix path to files (again)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 01 00:26:48 2011 +0200 (2011-06-01)
parents e63d22f12936
children ee88cfdf14a2
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/"
12 LOCALE="it"
13 LOCALEDEF="it_IT"
14 CHARMAP="UTF-8"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 . $WOK/slitaz-i18n/stuff/locale-pack.functions
20 . $WOK/slitaz-i18n/stuff/locale-pack.conf
21 PKG_NAME="$PACKAGE"
22 PKG_VERS="$VERSION"
23 mk_locale_dir
24 get_slitaz_messages
25 get_core_messages
26 PACKAGE="$PKG_NAME"
27 VERSION="$PKG_VERS"
28 }
30 # Back to C if it's the last used locale.
31 post_remove()
32 {
33 if grep -q $LOCALEDEF /etc/locale.conf; then
34 echo "LANG=C" > /etc/locale.conf
35 echo "LC_ALL=C" >> /etc/locale.conf
36 fi
37 }