diff options
Diffstat (limited to 'extra/setuptools/Pkgfile')
-rw-r--r-- | extra/setuptools/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/setuptools/Pkgfile b/extra/setuptools/Pkgfile new file mode 100644 index 000000000..65a86db18 --- /dev/null +++ b/extra/setuptools/Pkgfile @@ -0,0 +1,13 @@ +# Description: A collection of enhancements to the Python distutils +# URL:http://peak.telecommunity.com/DevCenter/setuptools +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on:python +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 +}
\ No newline at end of file |