wok diff scim-tables/receipt @ rev 12853

ytree: cross-compile, use ncursew, add desktop file. So we have a file manager for ARM until glib/mc will cross...
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 23 13:48:16 2012 +0200 (2012-05-23)
parents 0f39875b5d38
children d0d763c71fac
line diff
     1.1 --- a/scim-tables/receipt	Wed May 25 11:05:29 2011 +0200
     1.2 +++ b/scim-tables/receipt	Wed May 23 13:48:16 2012 +0200
     1.3 @@ -28,16 +28,4 @@
     1.4  genpkg_rules()
     1.5  {
     1.6      mkdir -p $fs/var
     1.7 -    for i in base ja ko zh additional
     1.8 -    do
     1.9 -        cook $PACKAGE-$i || tazwok genpkg $PACKAGE-$i
    1.10 -    done
    1.11  }
    1.12 -
    1.13 -clean_wok()
    1.14 -{
    1.15 -    for i in base ja ko zh additional
    1.16 -    do
    1.17 -        tazwok clean $PACKAGE-$i
    1.18 -    done
    1.19 -}