# HG changeset patch # User Christopher Rogers # Date 1302333903 0 # Node ID d36e3f34f5c0ad9de6aa6fb2b16d96a10a56ab40 # Parent a09f59c162605de65f99d5284c6b0c01e2d4618d Reverse wxpython. diff -r a09f59c16260 -r d36e3f34f5c0 wxpython/receipt --- a/wxpython/receipt Sat Apr 09 07:21:58 2011 +0000 +++ b/wxpython/receipt Sat Apr 09 07:25:03 2011 +0000 @@ -5,8 +5,8 @@ CATEGORY="x-window" SHORT_DESC="GUI toolkit for the Python programming language." MAINTAINER="pankso@slitaz.org" -DEPENDS="python wxWidgets" -BUILD_DEPENDS="python-dev wxWidgets-dev" +DEPENDS="python gtk+" +BUILD_DEPENDS="python-dev gtk+-dev" SOURCE="wxPython-src" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.wxpython.org/" @@ -17,14 +17,12 @@ { cd $src ./configure \ - --with-gtk=2 \ - --with-libpng=sys \ - --with-libjpeg=sys \ - --with-libtiff=sys && - cd wxPython && - python setup.py WXPORT=gtk2 UNICODE=1 build && - python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR - + --prefix=/usr \ + --mandir=/usr/share/man \ + --without-sdl \ + $CONFIGURE_ARGS && + make -j 4 && + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.