wok-6.x view locale-da/receipt @ rev 16588
mpl123: fix tarball version
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 04 23:55:15 2014 +0200 (2014-05-04) |
parents | 48d3d669a814 |
children | c667db027c32 |
line source
1 # SliTaz package receipt
3 PACKAGE="locale-da"
4 VERSION="4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Danish 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="da"
15 ADD_FLAGS=""
16 LXPANEL_FLAGS=""
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 . $WOK/slitaz-i18n/stuff/locale-pack.functions
22 . $WOK/slitaz-i18n/stuff/locale-pack.conf
23 get_locale
24 }
26 # Back to C if it's the last used locale.
27 post_remove()
28 {
29 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
30 }