mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/ncbi-blast-plus: Updated for version 2.2.30.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4825ef51fc
commit
b0e1f1a99e
2 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ncbi-blast-plus
|
||||
|
||||
# Copyright 2013-2014 Petar Petrov, petar.petrov@student.oulu.fi
|
||||
# Copyright 2013-2015 Petar Petrov, petar.petrov@student.oulu.fi
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,12 +23,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ncbi-blast-plus
|
||||
VERSION=${VERSION:-2.2.29}
|
||||
VERSION=${VERSION:-2.2.30}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=ncbi-blast
|
||||
SRCVER=2.2.29+
|
||||
SRCVER=2.2.30+
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -79,16 +79,16 @@ install -D -m755 blast_formatter $PKG/usr/bin/blast_formatter
|
|||
install -D -m755 blastdb_aliastool $PKG/usr/bin/blastdb_aliastool
|
||||
install -D -m755 blastdbcheck $PKG/usr/bin/blastdbcheck
|
||||
install -D -m755 blastdbcmd $PKG/usr/bin/blastdbcmd
|
||||
install -D -m755 blastn $PKG/usr/bin/blastn
|
||||
install -D -m755 blastp $PKG/usr/bin/blastp
|
||||
install -D -m755 blastx $PKG/usr/bin/blastx
|
||||
install -D -m755 blastn $PKG/usr/bin/blastn
|
||||
install -D -m755 blastp $PKG/usr/bin/blastp
|
||||
install -D -m755 blastx $PKG/usr/bin/blastx
|
||||
install -D -m755 convert2blastmask $PKG/usr/bin/convert2blastmask
|
||||
install -D -m755 deltablast $PKG/usr/bin/deltablast
|
||||
install -D -m755 dustmasker $PKG/usr/bin/dustmasker
|
||||
install -D -m755 legacy_blast.pl $PKG/usr/bin/legacy_blast.pl
|
||||
install -D -m755 makeblastdb $PKG/usr/bin/makeblastdb
|
||||
install -D -m755 makembindex $PKG/usr/bin/makembindex
|
||||
install -D -m755 makeprofiledb $PKG/usr/bin/makeprofiledb
|
||||
install -D -m755 makeprofiledb $PKG/usr/bin/makeprofiledb
|
||||
install -D -m755 psiblast $PKG/usr/bin/psiblast
|
||||
install -D -m755 rpsblast $PKG/usr/bin/rpsblast
|
||||
install -D -m755 rpstblastn $PKG/usr/bin/rpstblastn
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ncbi-blast-plus"
|
||||
VERSION="2.2.29"
|
||||
VERSION="2.2.30"
|
||||
HOMEPAGE="http://blast.ncbi.nlm.nih.gov/"
|
||||
DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.29/ncbi-blast-2.2.29+-ia32-linux.tar.gz"
|
||||
MD5SUM="2fbe4f2a7d6d2bf335424c96f2a2d32a"
|
||||
DOWNLOAD_x86_64="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.29/ncbi-blast-2.2.29+-x64-linux.tar.gz"
|
||||
MD5SUM_x86_64="f0c4a638cf8274445a57d6d5342b7628"
|
||||
DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-ia32-linux.tar.gz"
|
||||
MD5SUM="658b6643f1e7b46f91642cf841e8462a"
|
||||
DOWNLOAD_x86_64="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-x64-linux.tar.gz"
|
||||
MD5SUM_x86_64="e767297c9b007d1ca8e3e385246941dd"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Petar Petrov"
|
||||
EMAIL="petar.petrov@student.oulu.fi"
|
||||
|
|
Loading…
Reference in a new issue