wok-next diff locale-tr/receipt @ rev 19024
syslinux/win32.c: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 02 17:08:51 2016 +0200 (2016-04-02) |
parents | |
children | 7042a09beaeb |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/locale-tr/receipt Sat Apr 02 17:08:51 2016 +0200 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt 1.5 + 1.6 +PACKAGE="locale-tr" 1.7 +VERSION="5.0" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Turkish locale pack" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="http://www.slitaz.org/" 1.13 +HOST_ARCH="i486 arm" 1.14 + 1.15 +WANTED="glibc slitaz-i18n xorg-libX11 flag-icons tzdata kbd" 1.16 +DEPENDS="glibc-base" 1.17 + 1.18 +LOCALE="tr" 1.19 +LOCALE_DEPENDS="" 1.20 +KBD="trq tr_q-latin5" 1.21 +KB_FLAGS="TR:tr" 1.22 +GCONV="ISO8859-9" 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + . $WOK/slitaz-i18n/stuff/locale-pack.functions 1.28 + . $WOK/slitaz-i18n/stuff/locale-pack.conf 1.29 + get_locale 1.30 +} 1.31 + 1.32 +# Back to C if it's the last used locale. 1.33 +post_remove() 1.34 +{ 1.35 + echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf 1.36 +}