wok annotate locale-el/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents a41d894fa83c
children ec332cdcdbc1
rev   line source
al@14636 1 # SliTaz package receipt
al@14636 2
al@14636 3 PACKAGE="locale-el"
al@16591 4 VERSION="4.2"
al@14636 5 CATEGORY="system-tools"
al@14636 6 SHORT_DESC="Greek locale pack"
al@14636 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15604 8 LICENSE="GPL3"
al@14636 9 WEB_SITE="http://www.slitaz.org/"
al@17402 10 HOST_ARCH="i486 arm"
al@14636 11
al@14908 12 WANTED="glibc slitaz-i18n xorg-libX11"
al@14636 13 DEPENDS="glibc-base"
al@14636 14
al@14636 15 LOCALE="el"
al@16591 16 LOCALE_DEPENDS=""
al@16591 17 KB_FLAGS="GR:gr US:us"
al@16592 18 GCONV="ISO8859-7 IBM869 CP1253"
al@14636 19
al@14636 20 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14636 21 genpkg_rules()
al@14636 22 {
al@14636 23 . $WOK/slitaz-i18n/stuff/locale-pack.functions
al@14636 24 . $WOK/slitaz-i18n/stuff/locale-pack.conf
al@14908 25 get_locale
al@14636 26 }
al@14636 27
al@14636 28 # Back to C if it's the last used locale.
al@14636 29 post_remove()
al@14636 30 {
al@14908 31 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
al@14636 32 }