wok view locale-sl/receipt @ rev 12160

mapserver: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 17 21:29:13 2012 +0100 (2012-03-17)
parents ee88cfdf14a2
children 874b0d62ff7e
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/"
11 WANTED="slitaz-i18n"
13 LOCALE="sl"
14 LOCALEDEF="sl_SI"
15 CHARMAP="UTF-8"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 . $WOK/slitaz-i18n/stuff/locale-pack.functions
21 . $WOK/slitaz-i18n/stuff/locale-pack.conf
22 mk_locale_dir
23 get_slitaz_messages
24 get_core_messages
25 }
27 # Back to C if it's the last used locale.
28 post_remove()
29 {
30 if grep -q $LOCALEDEF /etc/locale.conf; then
31 echo "LANG=C" > /etc/locale.conf
32 echo "LC_ALL=C" >> /etc/locale.conf
33 fi
34 }