wok view locale-de/receipt @ rev 17367

get-foxit-reader: add cups to depends
author Richard Dunbar <mojo@slitaz.org>
date Thu Nov 20 21:01:38 2014 -0500 (2014-11-20)
parents c4533f65e171
children cea5a9fa7152
line source
1 # SliTaz package receipt
3 PACKAGE="locale-de"
4 VERSION="4.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="German locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 WANTED="glibc slitaz-i18n xorg-libX11"
12 DEPENDS="glibc-base"
14 LOCALE="de"
15 LOCALE_DEPENDS="fr_BE" # for de_BE
16 KB_FLAGS=""
17 GCONV=""
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 . $WOK/slitaz-i18n/stuff/locale-pack.functions
23 . $WOK/slitaz-i18n/stuff/locale-pack.conf
24 get_locale
25 }
27 # Back to C if it's the last used locale.
28 post_remove()
29 {
30 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
31 }