wok view locale-sl/receipt @ rev 15839

Up: flac to 1.3.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 05:38:38 2014 +0000 (2014-01-27)
parents 874b0d62ff7e
children c4533f65e171
line source
1 # SliTaz package receipt
3 PACKAGE="locale-sl"
4 VERSION="4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Slovenian 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="sl"
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 get_locale
22 }
24 # Back to C if it's the last used locale.
25 post_remove()
26 {
27 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
28 }