wok rev 10064
Up: wxpython to 2.8.12.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 05:06:22 2011 +0000 (2011-05-20) |
parents | 6988f27ad479 |
children | ad480a4addbc |
files | wxpython-dev/receipt wxpython/receipt |
line diff
1.1 --- a/wxpython-dev/receipt Fri May 20 05:03:32 2011 +0000 1.2 +++ b/wxpython-dev/receipt Fri May 20 05:06:22 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxpython-dev" 1.7 -VERSION="2.8.11.0" 1.8 +VERSION="2.8.12.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="wxPython devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/wxpython/receipt Fri May 20 05:03:32 2011 +0000 2.2 +++ b/wxpython/receipt Fri May 20 05:06:22 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wxpython" 2.7 -VERSION="2.8.11.0" 2.8 +VERSION="2.8.12.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="GUI toolkit for the Python programming language." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -17,12 +17,10 @@ 2.13 { 2.14 cd $src 2.15 ./configure \ 2.16 - --prefix=/usr \ 2.17 - --mandir=/usr/share/man \ 2.18 --without-sdl \ 2.19 $CONFIGURE_ARGS && 2.20 make -j 4 && 2.21 - make DESTDIR=$PWD/_pkg install 2.22 + make DESTDIR=$DESTDIR install 2.23 } 2.24 2.25 # Rules to gen a SliTaz package suitable for Tazpkg.