wok rev 9545

Reverse wxpython.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 09 07:25:03 2011 +0000 (2011-04-09)
parents a09f59c16260
children 7b21f33f4f6a
files wxpython/receipt
line diff
     1.1 --- a/wxpython/receipt	Sat Apr 09 07:21:58 2011 +0000
     1.2 +++ b/wxpython/receipt	Sat Apr 09 07:25:03 2011 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GUI toolkit for the Python programming language."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="python wxWidgets"
     1.8 -BUILD_DEPENDS="python-dev wxWidgets-dev"
     1.9 +DEPENDS="python gtk+"
    1.10 +BUILD_DEPENDS="python-dev gtk+-dev"
    1.11  SOURCE="wxPython-src"
    1.12  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.wxpython.org/"
    1.14 @@ -17,14 +17,12 @@
    1.15  {
    1.16      cd $src
    1.17      ./configure \
    1.18 -	--with-gtk=2 \
    1.19 -	--with-libpng=sys \
    1.20 -	--with-libjpeg=sys \
    1.21 -	--with-libtiff=sys &&
    1.22 -    cd wxPython &&
    1.23 -    python setup.py WXPORT=gtk2 UNICODE=1 build &&
    1.24 -    python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR
    1.25 -
    1.26 +    	--prefix=/usr \
    1.27 +    	--mandir=/usr/share/man \
    1.28 +    	--without-sdl \
    1.29 +    	$CONFIGURE_ARGS &&
    1.30 +    make -j 4 &&
    1.31 +    make DESTDIR=$PWD/_pkg install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.