wok-next diff w3m/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 2b1b306b8dde
children 23c3aed67cd9
line diff
     1.1 --- a/w3m/receipt	Thu Mar 14 05:13:26 2013 +0000
     1.2 +++ b/w3m/receipt	Mon Aug 05 11:40:01 2013 +0300
     1.3 @@ -15,7 +15,16 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +       cd $src
     1.9 +       for i in  $stuff/*.patch
    1.10 +       do
    1.11 +	        if [ -f done.$(basename $i) ]; then
    1.12 +		       continue
    1.13 +	        else
    1.14 +		       patch -p0 < $i && touch done.$(basename $i) || return 1
    1.15 +	        fi
    1.16 +	done
    1.17 +       ./configure $CONFIGURE_ARGS && make && make install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.