wok-current diff slitaz-i18n/receipt @ rev 10754
slitaz-i18n-extra: use EXTRA_PKGS as bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 30 22:12:10 2011 +0200 (2011-05-30) |
parents | a3ab9cbedbc7 |
children | a4bc0aff568e |
line diff
1.1 --- a/slitaz-i18n/receipt Mon May 09 00:42:20 2011 +0000 1.2 +++ b/slitaz-i18n/receipt Mon May 30 22:12:10 2011 +0200 1.3 @@ -2,19 +2,25 @@ 1.4 1.5 PACKAGE="slitaz-i18n" 1.6 VERSION="4.0" 1.7 -CATEGORY="system-tools" 1.8 +CATEGORY="meta" 1.9 SHORT_DESC="SliTaz internationalization meta package to build locale pack." 1.10 MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://www.slitaz.org/" 1.12 + 1.13 +# Bdeps ensure packages are built so we can get generated po files. 1.14 BUILD_DEPENDS="asunder alsaplayer epdfview galculator viewnior gparted \ 1.15 glib gtk+ leafpad lxpanel lxtask obconf openbox pcmanfm" 1.16 -SUGGESTED="locale-de locale-es locale-fr locale-hu locale-pt" 1.17 -WEB_SITE="http://www.slitaz.org/" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/share/doc/slitaz 1.23 . $stuff/locale-pack.conf 1.24 + for p in $CORE_PKGS 1.25 + do 1.26 + [ ! -d "$WOK/$p/install" ] && echo "Missing in wok: $p" 1.27 + done 1.28 + # Cook all locale pack. 1.29 for i in $LOCALE_PACK 1.30 do 1.31 if [ -x /usr/bin/cook ]; then 1.32 @@ -37,9 +43,9 @@ 1.33 $CORE_PKGS 1.34 ---- 1.35 1.36 -SliTaz i18n project coordination is done on the Labs: 1.37 +SliTaz i18n project coordination is done on the SCN and doc is on the website: 1.38 1.39 - http://labs.slitaz.org/wiki/i18n 1.40 + http://www.slitaz.org/i18n.php 1.41 1.42 1.43 ================================================================================