1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: Sebastien Binet <binet@farnsworth>
3 pkgname=python-itertools-recipes
6 pkgdesc="Pasted from the 'Recipes' section of the 'itertools' documentations: An extended toolset using the existing itertools as building blocks."
8 url="http://pypi.python.org/pypi/itertools_recipes"
11 source=(http://pypi.python.org/packages/source/i/itertools_recipes/itertools_recipes-$pkgver.tar.gz)
12 md5sums=('2ec2066053d5716e45280354acfdc0db')
15 cd $startdir/src/itertools_recipes-$pkgver
16 python setup.py install --root=$startdir/pkg --prefix=/usr || return 1