wok-current view locale-it/receipt @ rev 25590
Update cacerts, up elfutils url, fix pkg-config, py3k rebuild, and xorg build with gcc 6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Aug 24 14:03:59 2023 +0000 (16 months ago) |
parents | a52ffca61a1d |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt
3 PACKAGE="locale-it"
4 VERSION="5.0"
5 CATEGORY="localization"
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 flag-icons tzdata kbd"
13 DEPENDS="glibc-base"
15 LOCALE="it"
16 LOCALE_DEPENDS="de_CH" # for it_CH
17 KBD="it"
18 KB_FLAGS="IT:it"
19 GCONV="ISO8859-1 ISO8859-15"
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 . $WOK/slitaz-i18n/stuff/locale-pack.functions
25 . $WOK/slitaz-i18n/stuff/locale-pack.conf
26 get_locale
27 }
29 # Back to C if it's the last used locale.
30 post_remove()
31 {
32 grep -qs =$LOCALE /etc/locale.conf &&
33 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
34 }