wok-current diff setuptools/receipt @ rev 15778
Up tazlito (5.1.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 09 18:06:52 2014 +0000 (2014-01-09) |
parents | b4de8eb78082 |
children | 7d672a2330b8 |
line diff
1.1 --- a/setuptools/receipt Tue Sep 28 14:34:08 2010 +0000 1.2 +++ b/setuptools/receipt Thu Jan 09 18:06:52 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Python package installation tool." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="PSL" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://pypi.python.org/pypi/setuptools" 1.10 WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL" 1.11 @@ -16,12 +17,12 @@ 1.12 { 1.13 cd $src 1.14 python setup.py build && 1.15 - python setup.py install --root=$PWD/_pkg 1.16 + python setup.py install --root=$DESTDIR 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - cp -a $_pkg/usr $fs 1.23 + cp -a $install/usr $fs 1.24 } 1.25