#Packager: Shador <futur~DOT~andy~AT~googlemail.com>

pkgname=setuptools
pkgver=0.6c11
pkgrel=1ab
#arch=i486
source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
sourcetemplate="http://gaia.homelinux.org/salix/packages/$pkgname/$pkgver/"
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/$pkgname-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
}