diff options
author | sibel <lesibel@free.fr> | 2011-03-03 17:37:01 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 17:37:01 +0100 |
commit | f61e9d71df5537a4644c24886041046a4fb1c623 (patch) | |
tree | 80e048c7263a7722b444437e25d63722d990dd10 /base/setuptools/Pkgfile | |
parent | 47319cc9d2e2b4f184b6e7b4f09069999a51f613 (diff) | |
download | nutyx-extra-f61e9d71df5537a4644c24886041046a4fb1c623.tar.gz nutyx-extra-f61e9d71df5537a4644c24886041046a4fb1c623.tar.bz2 nutyx-extra-f61e9d71df5537a4644c24886041046a4fb1c623.tar.xz nutyx-extra-f61e9d71df5537a4644c24886041046a4fb1c623.zip |
setuptools déplacé dans base
Diffstat (limited to 'base/setuptools/Pkgfile')
-rw-r--r-- | base/setuptools/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/base/setuptools/Pkgfile b/base/setuptools/Pkgfile new file mode 100644 index 000000000..236fbeb70 --- /dev/null +++ b/base/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 +} |