1 # Contributor: Fazlul Shahriar <fshahriar@gmail.com>
5 pkgdesc="A python library for creating and manipulating (un)directed graphs."
7 url="http://igraph.sourceforge.net/index.html"
9 depends=('python2' 'igraph')
10 source=("http://pypi.python.org/packages/source/p/python-igraph/$pkgname-$pkgver.tar.gz")
11 md5sums=('c80941cc28cd723333c886e725f70506')
14 cd "$srcdir/$pkgname-$pkgver"
15 python2 setup.py install --root=$pkgdir
17 # vim:set ts=2 sw=2 et: