wok diff locale-fr-extra/receipt @ rev 10751

Add slitaz-i18n-extra and first step with locale-fr-extra
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 19:03:21 2011 +0200 (2011-05-30)
parents
children d630cec00483
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/locale-fr-extra/receipt	Mon May 30 19:03:21 2011 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt
     1.5 +
     1.6 +PACKAGE="locale-fr-extra"
     1.7 +VERSION="4.0"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Extra French locale pack (with Gimp, Mplayer, Xine)"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WEB_SITE="http://www.slitaz.org/"
    1.12 +
    1.13 +DEPENDS="locale-fr"
    1.14 +BUILD_DEPENDS="slitaz-i18n-extra"
    1.15 +
    1.16 +LOCALE="fr"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	. $WOK/slitaz-i18n-extra/stuff/locale-pack.functions
    1.22 +	. $WOK/slitaz-i18n-extra/stuff/locale-pack.conf
    1.23 +	mk_locale_dir
    1.24 +	get_extra_messages
    1.25 +}