summaryrefslogtreecommitdiffstats
path: root/setuptools/Pkgfile
blob: 236fbeb70fbe4afc4f281193c8e665c02ab583d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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       
}