diff options
Diffstat (limited to 'extra/setuptools')
-rw-r--r-- | extra/setuptools/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/setuptools/Pkgfile b/extra/setuptools/Pkgfile index b01e78f4e..f899dc1e4 100644 --- a/extra/setuptools/Pkgfile +++ b/extra/setuptools/Pkgfile @@ -2,12 +2,13 @@ # URL:http://peak.telecommunity.com/DevCenter/setuptools # Maintainer: NuTyX core team # Packager: fanch -# Depends on:python +# Depends on: + name=setuptools version=0.6c11 release=1 source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz) build() { cd $name-$version - python setup.py build install --root=$PKG + python2 setup.py build install --root=$PKG } |