wok-6.x annotate locale-ar/receipt @ rev 25138
updated phppgadmin (7.12.1 -> 7.13.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 29 11:15:15 2022 +0100 (2022-06-29) |
parents | a52ffca61a1d |
children |
rev | line source |
---|---|
al@16551 | 1 # SliTaz package receipt |
al@16551 | 2 |
al@16551 | 3 PACKAGE="locale-ar" |
al@18168 | 4 VERSION="5.0" |
al@19175 | 5 CATEGORY="localization" |
al@16551 | 6 SHORT_DESC="Arabic locale pack" |
al@16551 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@16551 | 8 LICENSE="GPL3" |
al@16551 | 9 WEB_SITE="http://www.slitaz.org/" |
al@17402 | 10 HOST_ARCH="i486 arm" |
al@16551 | 11 |
al@18168 | 12 WANTED="glibc slitaz-i18n xorg-libX11 flag-icons tzdata" |
al@16551 | 13 DEPENDS="glibc-base" |
al@16551 | 14 |
al@16551 | 15 LOCALE="ar" |
al@16591 | 16 LOCALE_DEPENDS="" |
al@16591 | 17 KB_FLAGS="SA:ara US:us" |
al@16592 | 18 GCONV="ISO8859-6 IBM864 CP1256" |
al@16551 | 19 |
al@16551 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16551 | 21 genpkg_rules() |
al@16551 | 22 { |
al@16551 | 23 . $WOK/slitaz-i18n/stuff/locale-pack.functions |
al@16551 | 24 . $WOK/slitaz-i18n/stuff/locale-pack.conf |
al@16551 | 25 get_locale |
al@16551 | 26 } |
al@16551 | 27 |
al@16551 | 28 # Back to C if it's the last used locale. |
al@16551 | 29 post_remove() |
al@16551 | 30 { |
pascal@22367 | 31 grep -qs =$LOCALE /etc/locale.conf && |
al@16551 | 32 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf |
al@16551 | 33 } |