# HG changeset patch # User Christopher Rogers # Date 1305867982 0 # Node ID 1a6375a82057d15790736ec5eb66543a555d7794 # Parent 6988f27ad479d7ffbc6349d20f8070d73a3c680d Up: wxpython to 2.8.12.0. diff -r 6988f27ad479 -r 1a6375a82057 wxpython-dev/receipt --- a/wxpython-dev/receipt Fri May 20 05:03:32 2011 +0000 +++ b/wxpython-dev/receipt Fri May 20 05:06:22 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wxpython-dev" -VERSION="2.8.11.0" +VERSION="2.8.12.0" CATEGORY="x-window" SHORT_DESC="wxPython devel files." MAINTAINER="pankso@slitaz.org" diff -r 6988f27ad479 -r 1a6375a82057 wxpython/receipt --- a/wxpython/receipt Fri May 20 05:03:32 2011 +0000 +++ b/wxpython/receipt Fri May 20 05:06:22 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wxpython" -VERSION="2.8.11.0" +VERSION="2.8.12.0" CATEGORY="x-window" SHORT_DESC="GUI toolkit for the Python programming language." MAINTAINER="pankso@slitaz.org" @@ -17,12 +17,10 @@ { cd $src ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ --without-sdl \ $CONFIGURE_ARGS && make -j 4 && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.