wok-current annotate locale-pl/receipt @ rev 16080

ARM: xorg-server-light use same vers than main xorg
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 15 13:11:09 2014 +0100 (2014-03-15)
parents 874b0d62ff7e
children c4533f65e171
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"
pascal@15604 8 LICENSE="GPL3"
al@14902 9 WEB_SITE="http://www.slitaz.org/"
al@14902 10
al@14908 11 WANTED="glibc slitaz-i18n xorg-libX11"
al@14902 12 DEPENDS="glibc-base"
al@14902 13
al@14902 14 LOCALE="pl"
al@14902 15
al@14902 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14902 17 genpkg_rules()
al@14902 18 {
al@14902 19 . $WOK/slitaz-i18n/stuff/locale-pack.functions
al@14902 20 . $WOK/slitaz-i18n/stuff/locale-pack.conf
al@14908 21 get_locale
al@14902 22 }
al@14902 23
al@14902 24 # Back to C if it's the last used locale.
al@14902 25 post_remove()
al@14902 26 {
al@14908 27 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
al@14902 28 }