wok-next view locale-de/receipt @ rev 14861
Up: getmail (4.41.0)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Mon Jul 22 18:19:18 2013 -0300 (2013-07-22) |
parents | ee88cfdf14a2 |
children | 874b0d62ff7e |
line source
1 # SliTaz package receipt
3 PACKAGE="locale-de"
4 VERSION="4.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="German 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="de"
14 LOCALEDEF="de_DE"
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 }