wok annotate locale-pl/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents f1e757631080
children 48d3d669a814
rev   line source
al@14902 1 # SliTaz package receipt
al@14902 2
al@14902 3 PACKAGE="locale-pl"
al@14908 4 VERSION="4.1"
al@14902 5 CATEGORY="system-tools"
al@14902 6 SHORT_DESC="Polish locale pack"
al@14902 7 MAINTAINER="al.bobylev@gmail.com"
al@14902 8 WEB_SITE="http://www.slitaz.org/"
al@14902 9
al@14908 10 WANTED="glibc slitaz-i18n xorg-libX11"
al@14902 11 DEPENDS="glibc-base"
al@14902 12
al@14902 13 LOCALE="pl"
al@14902 14
al@14902 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14902 16 genpkg_rules()
al@14902 17 {
al@14902 18 . $WOK/slitaz-i18n/stuff/locale-pack.functions
al@14902 19 . $WOK/slitaz-i18n/stuff/locale-pack.conf
al@14908 20 get_locale
al@14902 21 }
al@14902 22
al@14902 23 # Back to C if it's the last used locale.
al@14902 24 post_remove()
al@14902 25 {
al@14908 26 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
al@14902 27 }