wok-current view locale-it/receipt @ rev 16542
slitaz-menus: add Arabic translations (from xfce & lxde)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Apr 29 09:40:24 2014 +0000 (2014-04-29) |
parents | 48d3d669a814 |
children | c4533f65e171 |
line source
1 # SliTaz package receipt
3 PACKAGE="locale-it"
4 VERSION="4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Italian 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"
14 LOCALE="it"
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 get_locale
23 # "it_CH" locale definition based on "de_CH" locale definition file
24 cp -a $WOK/glibc/install/usr/share/i18n/locales/de_CH $fs/usr/share/i18n/locales
25 }
27 # Back to C if it's the last used locale.
28 post_remove()
29 {
30 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
31 }