wok view locale-el/receipt @ rev 25666

Up c-ares (1.27.0), cpio (2.15), dnsmasq (2.90), dovecot (2.3.21), fetchmail (6.4.38), file (5.45), firejail (0.9.72), flac (1.4.3), freeradius (3.2.3), freetype (2.13.2), fribidi (1.0.13)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 12:01:55 2024 +0000 (12 months ago)
parents a52ffca61a1d
children
line source
1 # SliTaz package receipt
3 PACKAGE="locale-el"
4 VERSION="5.0"
5 CATEGORY="localization"
6 SHORT_DESC="Greek locale pack"
7 MAINTAINER="al.bobylev@gmail.com"
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="el"
16 LOCALE_DEPENDS=""
17 KBD="gr"
18 KB_FLAGS="GR:gr US:us"
19 GCONV="ISO8859-7 IBM869 CP1253 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 }