wok 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 6f1eb2f503aa
children 596543f7a93f
files slitaz-i18n-extra/receipt slitaz-i18n-extra/stuff/locale-pack.conf
line diff
     1.1 --- a/slitaz-i18n-extra/receipt	Mon May 30 22:08:27 2011 +0200
     1.2 +++ b/slitaz-i18n-extra/receipt	Mon May 30 22:12:10 2011 +0200
     1.3 @@ -8,12 +8,12 @@
     1.4  WEB_SITE="http://www.slitaz.org/"
     1.5  
     1.6  # Bdeps ensure packages are built so we can get generated po files.
     1.7 -BUILD_DEPENDS="gimp mplayer xine-ui"
     1.8 +. $stuff/locale-pack.conf
     1.9 +BUILD_DEPENDS="$EXTRA_PKGS"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14 -	. $stuff/locale-pack.conf
    1.15  	for p in $EXTRA_PKGS
    1.16  	do
    1.17  		[ ! -d "$WOK/$p/install" ] && echo "Missing in wok: $p"
     2.1 --- a/slitaz-i18n-extra/stuff/locale-pack.conf	Mon May 30 22:08:27 2011 +0200
     2.2 +++ b/slitaz-i18n-extra/stuff/locale-pack.conf	Mon May 30 22:12:10 2011 +0200
     2.3 @@ -4,4 +4,4 @@
     2.4  
     2.5  # List of all locale pack (locale-xx)
     2.6  #LOCALE_PACK="cs de es fr hu id it pt ru sl zh_CN zh_TW"
     2.7 -LOCALE_PACK="fr"
     2.8 +LOCALE_PACK="fr it pt"