wok diff wxpython/receipt @ rev 10950

get-virtualbox: only /opt/VirtualBox is supported now...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 14:26:45 2011 +0200 (2011-09-02)
parents d36e3f34f5c0
children 3419fd419665
line diff
     1.1 --- a/wxpython/receipt	Sat Apr 09 07:25:03 2011 +0000
     1.2 +++ b/wxpython/receipt	Fri Sep 02 14:26:45 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wxpython"
     1.7 -VERSION="2.8.11.0"
     1.8 +VERSION="2.8.12.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GUI toolkit for the Python programming language."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,12 +17,10 @@
    1.13  {
    1.14      cd $src
    1.15      ./configure \
    1.16 -    	--prefix=/usr \
    1.17 -    	--mandir=/usr/share/man \
    1.18      	--without-sdl \
    1.19      	$CONFIGURE_ARGS &&
    1.20      make -j 4 &&
    1.21 -    make DESTDIR=$PWD/_pkg install
    1.22 +    make DESTDIR=$DESTDIR install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.