wok-current diff wxpython/receipt @ rev 18095
Up: cookutils, cookutils-daemon (739): try to remove rest of the .pyc, .pyo, ... files.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed May 27 00:25:30 2015 +0300 (2015-05-27) |
parents | 23c3aed67cd9 |
children | affba9aecc73 |
line diff
1.1 --- a/wxpython/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/wxpython/receipt Wed May 27 00:25:30 2015 +0300 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.