wok annotate locale-ar/receipt @ rev 17011

gnome-hearts: Update bdeps
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 17:31:59 2014 -0300 (2014-08-12)
parents c667db027c32
children cea5a9fa7152
rev   line source
al@16551 1 # SliTaz package receipt
al@16551 2
al@16551 3 PACKAGE="locale-ar"
al@16591 4 VERSION="4.2"
al@16551 5 CATEGORY="system-tools"
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@16551 10
al@16551 11 WANTED="glibc slitaz-i18n xorg-libX11"
al@16551 12 DEPENDS="glibc-base"
al@16551 13
al@16551 14 LOCALE="ar"
al@16591 15 LOCALE_DEPENDS=""
al@16591 16 KB_FLAGS="SA:ara US:us"
al@16592 17 GCONV="ISO8859-6 IBM864 CP1256"
al@16551 18
al@16551 19 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16551 20 genpkg_rules()
al@16551 21 {
al@16551 22 . $WOK/slitaz-i18n/stuff/locale-pack.functions
al@16551 23 . $WOK/slitaz-i18n/stuff/locale-pack.conf
al@16551 24 get_locale
al@16551 25 }
al@16551 26
al@16551 27 # Back to C if it's the last used locale.
al@16551 28 post_remove()
al@16551 29 {
al@16551 30 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
al@16551 31 }