1 # Maintainer : yescalona <yescalona[at]ug[dot]uchile[dot]cl>
2 # Contributor : soeren <nonick[at]posteo[dot]de>
7 pkgdesc="New suite of BLAST tools that utilizes the NCBI C++ Toolkit"
9 url="http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastHome"
11 depends=('perl' 'bzip2')
14 [ $CARCH == i686 ] && _arch="ia32"
15 [ $CARCH == x86_64 ] && _arch="x64"
16 source=(ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${pkgver}/ncbi-blast-${pkgver}+-${_arch}-linux.tar.gz)
17 [ $CARCH == i686 ] && md5sums=('86eea4a25ec6774f2a7c464743574c0a')
18 [ $CARCH == x86_64 ] && md5sums=('d3ac41f3b8695c83d066141af1b0ec13')
21 cd ${srcdir}/ncbi-blast-${pkgver}+
22 install -d ${pkgdir}/usr/bin
23 install -d ${pkgdir}/usr/share/doc/${pkgname}
24 install -Dm755 bin/* ${pkgdir}/usr/bin
25 install -Dm644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
26 install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/blast+-bin/LICENSE