wok diff locale-ar-extra/receipt @ rev 16591

slitaz-i18n: encodings are still used in translations and web pages, so add gconv modules to locale packages. Add: full set of locale-xx-extra. Up: all locale-xx, locale-xx-extra, slitaz-i18n, slitaz-i18n-extra (4.2). Up slitaz-tools, slitaz-tools-boxes (5.8.6)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 06 23:19:04 2014 +0300 (2014-05-06)
parents
children 7042a09beaeb
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/locale-ar-extra/receipt	Tue May 06 23:19:04 2014 +0300
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt
     1.5 +
     1.6 +PACKAGE="locale-ar-extra"
     1.7 +VERSION="4.2"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Extra Arabic locale pack (with GIMP, MPlayer, Xine)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +DEPENDS="locale-ar"
    1.14 +BUILD_DEPENDS="slitaz-i18n-extra"
    1.15 +WANTED="slitaz-i18n-extra"
    1.16 +
    1.17 +LOCALE="ar"
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	. $WOK/slitaz-i18n-extra/stuff/locale-pack.functions
    1.23 +	. $WOK/slitaz-i18n-extra/stuff/locale-pack.conf
    1.24 +	mk_locale_dir
    1.25 +	get_extra_messages
    1.26 +}