diff options
author | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-16 14:30:15 +0100 |
---|---|---|
committer | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-16 14:30:15 +0100 |
commit | 51b59e389f5dd858bd0db405b26bd9ad0e822908 (patch) | |
tree | 016c16dd67d996b6a609b16d7ba55da554aefb25 /extra/setuptools/Pkgfile | |
parent | ba508e15e31b7238aab0477c7bf62b46bae1d504 (diff) | |
download | nutyx-pakxe-51b59e389f5dd858bd0db405b26bd9ad0e822908.tar.gz nutyx-pakxe-51b59e389f5dd858bd0db405b26bd9ad0e822908.tar.bz2 nutyx-pakxe-51b59e389f5dd858bd0db405b26bd9ad0e822908.tar.xz nutyx-pakxe-51b59e389f5dd858bd0db405b26bd9ad0e822908.zip |
setuptools
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 |