wok view locale-ar/receipt @ rev 17224

Up tazwikiss yaff tazdev tazchroot slitaz-mercurial-style qemu-box mirror-tools (2.1.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 15 15:56:22 2014 +0200 (2014-10-15)
parents c667db027c32
children cea5a9fa7152
line source
1 # SliTaz package receipt
3 PACKAGE="locale-ar"
4 VERSION="4.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Arabic locale pack"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 WANTED="glibc slitaz-i18n xorg-libX11"
12 DEPENDS="glibc-base"
14 LOCALE="ar"
15 LOCALE_DEPENDS=""
16 KB_FLAGS="SA:ara US:us"
17 GCONV="ISO8859-6 IBM864 CP1256"
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 }