updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git] / python-itertools-recipes / PKGBUILD
blob03a45870675bd6a1a33a933043867b0438d7dca0
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
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Pasted from the 'Recipes' section of the 'itertools' documentations: An extended toolset using the existing itertools as building blocks."
7 arch=('i686' 'x86_64')
8 url="http://pypi.python.org/pypi/itertools_recipes"
9 license=('PSF')
10 depends=('python')
11 source=(http://pypi.python.org/packages/source/i/itertools_recipes/itertools_recipes-$pkgver.tar.gz)
12 md5sums=('2ec2066053d5716e45280354acfdc0db')
14 build() {
15   cd $startdir/src/itertools_recipes-$pkgver
16   python setup.py install --root=$startdir/pkg --prefix=/usr || return 1