#Packager: Frédéric Galusik pkgname=distribute pkgver=0.6.32 pkgrel=1fg #arch=noarch source=("http://pypi.python.org/packages/source/d/distribute/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("changes.txt" "contributors.txt" "devguide.txt" "readme") url=http://pypi.python.org/pypi/distribute slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "distribute (Easily build and distribute Python packages)" "Distribute is a fork of the Setuptools project. Distribute is intended" "to replace Setuptools as the standard method for working with Python" "module distributions." "Providing a backward compatible version to replace Setuptools and make" "all distributions that depend on Setuptools work as before, but with" "less bugs and behaviorial issues." ) build() { cd $SRC/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$PKG }