wok view locale-sl/receipt @ rev 10784

locale-*: we dont source other receipt anymore (save 4 lines by receipt!)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 01 13:55:51 2011 +0200 (2011-06-01)
parents 6a16e4339314
children bcfe199cef3f
line source
1 # SliTaz package receipt
3 PACKAGE="locale-sl"
4 VERSION="4.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Slovenian locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="glibc-base"
9 BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
10 WEB_SITE="http://www.slitaz.org/"
12 LOCALE="sl"
13 LOCALEDEF="sl_SI"
14 CHARMAP="UTF-8"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 . $WOK/slitaz-i18n/stuff/locale-pack.functions
20 . $WOK/slitaz-i18n/stuff/locale-pack.conf
21 mk_locale_dir
22 get_slitaz_messages
23 get_core_messages
24 }
26 # Back to C if it's the last used locale.
27 post_remove()
28 {
29 if grep -q $LOCALEDEF /etc/locale.conf; then
30 echo "LANG=C" > /etc/locale.conf
31 echo "LC_ALL=C" >> /etc/locale.conf
32 fi
33 }