wok-6.x diff py3k/receipt @ rev 12900
Up get-skype (1.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 28 12:22:38 2012 +0200 (2012-05-28) |
parents | b5dedd192e8a |
children | d7dc17383311 |
line diff
1.1 --- a/py3k/receipt Mon Apr 18 15:39:33 2011 +0000 1.2 +++ b/py3k/receipt Mon May 28 12:22:38 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.