1 # Contributors: Fazlul Shahriar <fshahriar@gmail.com>
2 # Denis Zawada <deno@bajtogrod.pl>
6 pkgdesc="A library for creating and manipulating (un)directed graphs."
8 url="http://igraph.sourceforge.net/index.html"
10 depends=('libxml2' 'gmp')
12 source=("http://switch.dl.sourceforge.net/sourceforge/igraph/$pkgname-$pkgver.tar.gz")
13 md5sums=('47963ece64fe5f793e154e238bc6c3c3')
16 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr
20 make DESTDIR="$pkgdir/" install
23 # vim:set ts=2 sw=2 et: