updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / clustalw-mpi / PKGBUILD
blobdf7f6f07d4d0c3d0e184a00520a3bf8123a05b01
1 # Maintainer: Mick Elliot <micke at sfu dot ca>
2 # Contributor: Mick Elliot <micke at sfu dot ca>
4 pkgname=clustalw-mpi
5 pkgver=0.13
6 origver=0.13
7 pkgrel=1
8 pkgdesc="An MPI implementation of the popular multiple sequence alignment tool ClustalW"
9 arch=('i686' 'x86_64')
10 url="http://www.bii.a-star.edu.sg/achievements/applications/clustalw/index.php"
11 license=('custom')
12 depends=('openmpi' 'glibc')
13 makedepends=('make')
14 source=(http://www.bii.a-star.edu.sg/docs/software/$pkgname-$pkgver.tar.gz)
15 md5sums=('f4c24336764eff6be73322bfc7167f16')
17 build() {
18   cd $startdir/src/$pkgname-$pkgver
19   make || return 1
20   install -D -m755 clustalw-mpi $startdir/pkg/usr/bin/clustalw-mpi
21   install -D -m644 README.clustalw-mpi $startdir/pkg/usr/share/licenses/$pkgname/README.clustalw-mpi