wok diff wxpython/receipt @ rev 18180

busybox: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:27:51 2015 +0200 (2015-07-05)
parents 23c3aed67cd9
children affba9aecc73
line diff
     1.1 --- a/wxpython/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/wxpython/receipt	Sun Jul 05 16:27:51 2015 +0200
     1.3 @@ -17,25 +17,24 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    cd $src
     1.8 -    mv wxPython/wx/tools/Editra/editra wxPython/wx/tools/Editra/Editra
     1.9 -    ./configure \
    1.10 -	--with-gtk=2 \
    1.11 -	--with-opengl \
    1.12 -	--enable-unicode \
    1.13 -	--with-regex=sys \
    1.14 -	--with-libpng=sys \
    1.15 -	--with-libxpm=sys \
    1.16 -	--with-libjpeg=sys \
    1.17 -	--with-libtiff=sys \
    1.18 -	--disable-precomp-headers \
    1.19 -    	--without-sdl \
    1.20 -    	$CONFIGURE_ARGS &&
    1.21 -    make $MAKEFLAGS
    1.22 -    cd $src/wxPython
    1.23 -    patch -Np2 -i $stuff/wxpython-cairo.patch
    1.24 -    python setup.py WXPORT=gtk2 UNICODE=1 build
    1.25 -    python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR
    1.26 +	mv wxPython/wx/tools/Editra/editra wxPython/wx/tools/Editra/Editra
    1.27 +	./configure \
    1.28 +		--with-gtk=2 \
    1.29 +		--with-opengl \
    1.30 +		--enable-unicode \
    1.31 +		--with-regex=sys \
    1.32 +		--with-libpng=sys \
    1.33 +		--with-libxpm=sys \
    1.34 +		--with-libjpeg=sys \
    1.35 +		--with-libtiff=sys \
    1.36 +		--disable-precomp-headers \
    1.37 +		--without-sdl \
    1.38 +		$CONFIGURE_ARGS &&
    1.39 +	make $MAKEFLAGS
    1.40 +	cd $src/wxPython
    1.41 +	patch -Np2 -i $stuff/wxpython-cairo.patch
    1.42 +	python setup.py WXPORT=gtk2 UNICODE=1 build
    1.43 +	python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR
    1.44  }
    1.45  
    1.46  # Rules to gen a SliTaz package suitable for Tazpkg.