wok diff setuptools/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents b4de8eb78082
children 7d672a2330b8
line diff
     1.1 --- a/setuptools/receipt	Tue Sep 28 14:34:08 2010 +0000
     1.2 +++ b/setuptools/receipt	Wed Mar 12 00:54:36 2014 +0100
     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