#Packager: George Vlahavas pkgname=pysetuptools pkgver=1.3.1 pkgrel=1gv source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz") docs=("readme.txt" "pkg-info") url='http://pypi.python.org/pypi/setuptools' slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (tool to build and distribute python packages)" "setuptools is a collection of enhancements to the Python distutils" "(for Python 2.3.5 and up on most platforms; 64-bit platforms require a" "minimum of Python 2.4) that allow you to more easily build and" "distribute Python packages, especially ones that have dependencies on" "other packages." ) build() { cd $startdir/src/setuptools-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }