# $Id: PKGBUILD,v 1.6 2006/11/05 20:29:36 aaron Exp $ # Maintainer: simo # Contributor: William Rea # Contributor: Todd Maynard pkgname=setuptools pkgver=0.6c5 pkgrel=1 pkgdesc="setuptools is a collection of enhancements to the Python distutils" arch=(i686 x86_64) url="http://peak.telecommunity.com/DevCenter/setuptools" depends=('python') source=(http://cheeseshop.python.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('c43562970b700ab779d5328ec170f659') build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --root=$startdir/pkg }