updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / merlin / PKGBUILD
blob151623242daf83f9c44558ed0b2fdf1542d6ca81
1 # Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
2 pkgname=merlin
3 pkgver=1.1.2
4 pkgrel=1
5 pkgdesc="One of the fastest statistical genetics pedigree analysis packages around."
6 arch=('i686')
7 url="http://www.sph.umich.edu/csg/abecasis/merlin/index.html"
8 license=('custom')
9 provides=('merlin')
10 depends=()
11 makedepends=('gcc')
12 optdepends=()
13 source=(http://www.sph.umich.edu/csg/abecasis/merlin/download/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('01ce17395aff3fba8d49447aeb2128fa')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver
18   make all || return 1
19   make INSTALLDIR="$pkgdir/usr/bin" install