wok diff py3k/receipt @ rev 12494

Up: dbus-python (1.0.0)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 15:23:41 2012 +0200 (2012-04-24)
parents b5dedd192e8a
children d7dc17383311
line diff
     1.1 --- a/py3k/receipt	Mon Apr 18 15:39:33 2011 +0000
     1.2 +++ b/py3k/receipt	Tue Apr 24 15:23:41 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="py3k"
     1.7 -VERSION="3.2"
     1.8 +VERSION="3.2.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Python 3000 programming language."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -16,12 +16,11 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	patch -Np1 -i $stuff/CVE-2011-1521.patch
    1.17  	./configure --enable-shared --with-ncurses \
    1.18  	--prefix=/usr --infodir=/usr/share/info \
    1.19  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.20  	make &&
    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.