summaryrefslogtreecommitdiffstats
path: root/extra/setuptools/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-16 14:30:15 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-16 14:30:15 +0100
commit51b59e389f5dd858bd0db405b26bd9ad0e822908 (patch)
tree016c16dd67d996b6a609b16d7ba55da554aefb25 /extra/setuptools/Pkgfile
parentba508e15e31b7238aab0477c7bf62b46bae1d504 (diff)
downloadnutyx-extra-51b59e389f5dd858bd0db405b26bd9ad0e822908.tar.gz
nutyx-extra-51b59e389f5dd858bd0db405b26bd9ad0e822908.tar.bz2
nutyx-extra-51b59e389f5dd858bd0db405b26bd9ad0e822908.tar.xz
nutyx-extra-51b59e389f5dd858bd0db405b26bd9ad0e822908.zip
setuptools
Diffstat (limited to 'extra/setuptools/Pkgfile')
-rw-r--r--extra/setuptools/Pkgfile13
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