wok-next diff py3k/receipt @ rev 14963
Up: firefox-langpack-da (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:19:52 2013 +0200 (2013-08-08) |
parents | b5dedd192e8a |
children | d7dc17383311 |
line diff
1.1 --- a/py3k/receipt Mon Apr 18 15:39:33 2011 +0000 1.2 +++ b/py3k/receipt Thu Aug 08 22:19:52 2013 +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.