diff options
Diffstat (limited to 'setuptools/Pkgfile')
-rw-r--r-- | setuptools/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/setuptools/Pkgfile b/setuptools/Pkgfile new file mode 100644 index 000000000..236fbeb70 --- /dev/null +++ b/setuptools/Pkgfile @@ -0,0 +1,15 @@ +# Description: A collection of enhancements to the Python distutils +# URL:http://peak.telecommunity.com/DevCenter/setuptools +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on: +# Run 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 + python2 setup.py build install --root=$PKG +} |