wok-current diff python-pyrex/receipt @ rev 20540
linld: _fastcall calls (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 29 12:11:44 2018 +0100 (2018-11-29) |
parents | fd4f1e692109 |
children | ad8b9ff412d2 |
line diff
1.1 --- a/python-pyrex/receipt Sat Oct 19 13:53:26 2013 +0000 1.2 +++ b/python-pyrex/receipt Thu Nov 29 12:11:44 2018 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 SOURCE="Pyrex" 1.5 TARBALL="$SOURCE-$VERSION.tar.gz" 1.6 WEB_SITE="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/" 1.7 -WGET_URL="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/$TARBALL" 1.8 +WGET_URL="$WEB_SITE$TARBALL" 1.9 TAGS="python" 1.10 1.11 DEPENDS="python" 1.12 @@ -18,7 +18,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 python setup.py install --root="$DESTDIR" --prefix=/usr 1.18 } 1.19