wok-next rev 1552
locale-*: ensure need packages are built
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 11 21:19:51 2008 +0000 (2008-10-11) |
parents | 22a9ff8ce459 |
children | 65d3dfc87776 |
files | locale-cs/receipt locale-de/receipt locale-es/receipt locale-id/receipt locale-it/receipt locale-pt_BR/receipt locale-ru/receipt |
line diff
1.1 --- a/locale-cs/receipt Sat Oct 11 20:45:16 2008 +0000 1.2 +++ b/locale-cs/receipt Sat Oct 11 21:19:51 2008 +0000 1.3 @@ -20,6 +20,16 @@ 1.4 PKG_NAME="$PACKAGE" 1.5 PKG_VERS="$VERSION" 1.6 1.7 +# Rules to configure and make the package. 1.8 +compile_rules() 1.9 +{ 1.10 + # Ensure packages are built. 1.11 + for pkg in $CORE_PKGS 1.12 + do 1.13 + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg 1.14 + done 1.15 +} 1.16 + 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 # Install files in /usr/lib/locale. 1.19 #
2.1 --- a/locale-de/receipt Sat Oct 11 20:45:16 2008 +0000 2.2 +++ b/locale-de/receipt Sat Oct 11 21:19:51 2008 +0000 2.3 @@ -19,6 +19,16 @@ 2.4 PKG_NAME="$PACKAGE" 2.5 PKG_VERS="$VERSION" 2.6 2.7 +# Rules to configure and make the package. 2.8 +compile_rules() 2.9 +{ 2.10 + # Ensure packages are built. 2.11 + for pkg in $CORE_PKGS 2.12 + do 2.13 + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg 2.14 + done 2.15 +} 2.16 + 2.17 # Rules to gen a SliTaz package suitable for Tazpkg. 2.18 # Install files in /usr/lib/locale. 2.19 #
3.1 --- a/locale-es/receipt Sat Oct 11 20:45:16 2008 +0000 3.2 +++ b/locale-es/receipt Sat Oct 11 21:19:51 2008 +0000 3.3 @@ -19,6 +19,16 @@ 3.4 PKG_NAME="$PACKAGE" 3.5 PKG_VERS="$VERSION" 3.6 3.7 +# Rules to configure and make the package. 3.8 +compile_rules() 3.9 +{ 3.10 + # Ensure packages are built. 3.11 + for pkg in $CORE_PKGS 3.12 + do 3.13 + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg 3.14 + done 3.15 +} 3.16 + 3.17 # Rules to gen a SliTaz package suitable for Tazpkg. 3.18 # Install files in /usr/lib/locale. 3.19 #
4.1 --- a/locale-id/receipt Sat Oct 11 20:45:16 2008 +0000 4.2 +++ b/locale-id/receipt Sat Oct 11 21:19:51 2008 +0000 4.3 @@ -19,6 +19,16 @@ 4.4 PKG_NAME="$PACKAGE" 4.5 PKG_VERS="$VERSION" 4.6 4.7 +# Rules to configure and make the package. 4.8 +compile_rules() 4.9 +{ 4.10 + # Ensure packages are built. 4.11 + for pkg in $CORE_PKGS 4.12 + do 4.13 + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg 4.14 + done 4.15 +} 4.16 + 4.17 # Rules to gen a SliTaz package suitable for Tazpkg. 4.18 # Install files in /usr/lib/locale. 4.19 #
5.1 --- a/locale-it/receipt Sat Oct 11 20:45:16 2008 +0000 5.2 +++ b/locale-it/receipt Sat Oct 11 21:19:51 2008 +0000 5.3 @@ -19,6 +19,16 @@ 5.4 PKG_NAME="$PACKAGE" 5.5 PKG_VERS="$VERSION" 5.6 5.7 +# Rules to configure and make the package. 5.8 +compile_rules() 5.9 +{ 5.10 + # Ensure packages are built. 5.11 + for pkg in $CORE_PKGS 5.12 + do 5.13 + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg 5.14 + done 5.15 +} 5.16 + 5.17 # Rules to gen a SliTaz package suitable for Tazpkg. 5.18 # Install files in /usr/lib/locale. 5.19 #
6.1 --- a/locale-pt_BR/receipt Sat Oct 11 20:45:16 2008 +0000 6.2 +++ b/locale-pt_BR/receipt Sat Oct 11 21:19:51 2008 +0000 6.3 @@ -19,6 +19,16 @@ 6.4 PKG_NAME="$PACKAGE" 6.5 PKG_VERS="$VERSION" 6.6 6.7 +# Rules to configure and make the package. 6.8 +compile_rules() 6.9 +{ 6.10 + # Ensure packages are built. 6.11 + for pkg in $CORE_PKGS 6.12 + do 6.13 + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg 6.14 + done 6.15 +} 6.16 + 6.17 # Rules to gen a SliTaz package suitable for Tazpkg. 6.18 # Install files in /usr/lib/locale. 6.19 #
7.1 --- a/locale-ru/receipt Sat Oct 11 20:45:16 2008 +0000 7.2 +++ b/locale-ru/receipt Sat Oct 11 21:19:51 2008 +0000 7.3 @@ -19,6 +19,16 @@ 7.4 PKG_NAME="$PACKAGE" 7.5 PKG_VERS="$VERSION" 7.6 7.7 +# Rules to configure and make the package. 7.8 +compile_rules() 7.9 +{ 7.10 + # Ensure packages are built. 7.11 + for pkg in $CORE_PKGS 7.12 + do 7.13 + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg 7.14 + done 7.15 +} 7.16 + 7.17 # Rules to gen a SliTaz package suitable for Tazpkg. 7.18 # Install files in /usr/lib/locale. 7.19 #