wok-next view locale-ar/receipt @ rev 19464

reverting: building this 5-year diff gap didn't work out, user request: http://forum.slitaz.org/topic/gnumeric-110-buggy-how-can-i-get-112
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Oct 24 11:39:42 2016 +0000 (2016-10-24)
parents ec332cdcdbc1
children 4eab61ea2c5a
line source
1 # SliTaz package receipt
3 PACKAGE="locale-ar"
4 VERSION="5.0"
5 CATEGORY="localization"
6 SHORT_DESC="Arabic 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"
13 DEPENDS="glibc-base"
15 LOCALE="ar"
16 LOCALE_DEPENDS=""
17 KB_FLAGS="SA:ara US:us"
18 GCONV="ISO8859-6 IBM864 CP1256"
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 }