# Maintainer: Christian Krause ("wookietreiber") pkgname=mrbayes pkgver=3.2.4 pkgrel=1 pkgdesc="Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models" arch=('i686' 'x86_64') url="http://mrbayes.sourceforge.net/index.php" license=('GPL2') depends=('readline') conflicts=(mrbayes-mpi) source=("http://downloads.sourceforge.net/mrbayes/$pkgname-$pkgver.tar.gz") md5sums=('b315bc1946af0abfc3349abf22a4f175') prepare() { cd $srcdir/src autoconf } build() { cd $srcdir/src ./configure --prefix=/usr --without-beagle make } package() { cd $srcdir/src mkdir -p $pkgdir/usr/bin make BINDIR=$pkgdir/usr/bin install }