1 # Maintainer: Roberto Catini <roberto.catini@gmail.com>
2 pkgname=markov-cluster-algorithm
5 pkgdesc="A fast and scalable unsupervised cluster algorithm for networks (also called mcl)"
7 url="http://www.micans.org/mcl/"
9 source=(http://www.micans.org/mcl/src/mcl-${pkgver//_/-}.tar.gz)
10 md5sums=('9e8aecb9011560b9c3e55fe0f2d1e791')
13 cd "$srcdir/mcl-${pkgver//_/-}"
14 ./configure --prefix=/usr
19 cd "$srcdir/mcl-${pkgver//_/-}"
20 make DESTDIR="$pkgdir/" install