wok-6.x diff python-cython/receipt @ rev 15245
arpwatch, le lftp: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 13:26:46 2013 +0000 (2013-09-23) |
parents | 528eda6325e5 |
children | 2a5cc8208d36 |
line diff
1.1 --- a/python-cython/receipt Fri Mar 18 18:54:22 2011 +0100 1.2 +++ b/python-cython/receipt Mon Sep 23 13:26:46 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-cython" 1.7 -VERSION="0.14.1" 1.8 +VERSION="0.17.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Language to write C extensions for Python." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -17,12 +17,12 @@ 1.13 { 1.14 cd $src 1.15 python setup.py build && 1.16 - python setup.py install --root=$WOK/$PACKAGE/install 1.17 + python setup.py install --root=$DESTDIR 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs 1.24 - cp -a $_pkg/usr $fs 1.25 + cp -a $install/usr $fs 1.26 }