wok-next view locale-it/receipt @ rev 18060
Up mercurial (3.4)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat May 16 21:33:08 2015 +0200 (2015-05-16) |
parents | c667db027c32 |
children | ec332cdcdbc1 |
line source
1 # SliTaz package receipt
3 PACKAGE="locale-it"
4 VERSION="4.2"
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/"
10 HOST_ARCH="i486 arm"
12 WANTED="glibc slitaz-i18n xorg-libX11"
13 DEPENDS="glibc-base"
15 LOCALE="it"
16 LOCALE_DEPENDS="de_CH" # for it_CH
17 KB_FLAGS=""
18 GCONV=""
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 . $WOK/slitaz-i18n/stuff/locale-pack.functions
24 . $WOK/slitaz-i18n/stuff/locale-pack.conf
25 get_locale
26 }
28 # Back to C if it's the last used locale.
29 post_remove()
30 {
31 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
32 }