wok view locale-it/receipt @ rev 17208
pcmanfm: fix build:add libfm-gtk
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 09 20:42:50 2014 +0200 (2014-10-09) |
parents | c4533f65e171 |
children | cea5a9fa7152 |
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/"
11 WANTED="glibc slitaz-i18n xorg-libX11"
12 DEPENDS="glibc-base"
14 LOCALE="it"
15 LOCALE_DEPENDS="de_CH" # for it_CH
16 KB_FLAGS=""
17 GCONV=""
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 . $WOK/slitaz-i18n/stuff/locale-pack.functions
23 . $WOK/slitaz-i18n/stuff/locale-pack.conf
24 get_locale
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 }