wok view locale-ru-extra/receipt @ rev 13629

Up: slitaz-tools (5.1) - Bunch of new stuff and fixes from the contributors community
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 14 21:48:16 2012 +0100 (2012-11-14)
parents
children 48d3d669a814
line source
1 # SliTaz package receipt
3 PACKAGE="locale-ru-extra"
4 VERSION="4.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Russian extra locale pack."
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://www.slitaz.org/"
9 DEPENDS="locale-ru"
10 BUILD_DEPENDS="slitaz-i18n-extra"
11 WANTED="slitaz-i18n-extra"
13 LOCALE="ru"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 . $WOK/slitaz-i18n-extra/stuff/locale-pack.functions
19 . $WOK/slitaz-i18n-extra/stuff/locale-pack.conf
20 mk_locale_dir
21 get_extra_messages
22 }