wok annotate locale-el/receipt @ rev 16564

potamus: --disable-most-modules
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 11:14:11 2014 +0200 (2014-05-01)
parents 48d3d669a814
children c667db027c32
rev   line source
al@14636 1 # SliTaz package receipt
al@14636 2
al@14636 3 PACKAGE="locale-el"
al@14908 4 VERSION="4.1"
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@14636 10
al@14908 11 WANTED="glibc slitaz-i18n xorg-libX11"
al@14636 12 DEPENDS="glibc-base"
al@14636 13
al@14636 14 LOCALE="el"
al@16551 15 ADD_FLAGS="US"
al@16551 16 LXPANEL_FLAGS="us gr"
al@14636 17
al@14636 18 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14636 19 genpkg_rules()
al@14636 20 {
al@14636 21 . $WOK/slitaz-i18n/stuff/locale-pack.functions
al@14636 22 . $WOK/slitaz-i18n/stuff/locale-pack.conf
al@14908 23 get_locale
al@14636 24 }
al@14636 25
al@14636 26 # Back to C if it's the last used locale.
al@14636 27 post_remove()
al@14636 28 {
al@14908 29 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
al@14636 30 }