wok-stable diff glibmm/receipt @ rev 1530
gperiodic: hack compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 09 14:58:25 2008 +0000 (2008-10-09) |
parents | c94bfd9c3c73 |
children | 987853b8719d |
line diff
1.1 --- a/glibmm/receipt Sun May 18 15:15:28 2008 +0200 1.2 +++ b/glibmm/receipt Thu Oct 09 14:58:25 2008 +0000 1.3 @@ -30,4 +30,9 @@ 1.4 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.5 # Remove libgiomm 1.6 rm -rf $fs/usr/lib/libgiomm* 1.7 + # Cook all packages based on glibmm 1.8 + for i in $(cd $WOK; grep -l '^WANTED="glibmm"$' */receipt) 1.9 + do 1.10 + echo tazwok cook ${i%/receipt} 1.11 + done 1.12 }