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 /extra/setuptools/Pkgfile | |
parent | 47319cc9d2e2b4f184b6e7b4f09069999a51f613 (diff) | |
download | nutyx-pakxe-f61e9d71df5537a4644c24886041046a4fb1c623.tar.gz nutyx-pakxe-f61e9d71df5537a4644c24886041046a4fb1c623.tar.bz2 nutyx-pakxe-f61e9d71df5537a4644c24886041046a4fb1c623.tar.xz nutyx-pakxe-f61e9d71df5537a4644c24886041046a4fb1c623.zip |
setuptools déplacé dans base
Diffstat (limited to 'extra/setuptools/Pkgfile')
-rw-r--r-- | extra/setuptools/Pkgfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/setuptools/Pkgfile b/extra/setuptools/Pkgfile deleted file mode 100644 index 236fbeb70..000000000 --- a/extra/setuptools/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# 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 -} |