mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/ncbi-blast+: Updated for version 2.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1aabc64ed3
commit
e5ca96d34b
2 changed files with 8 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ncbi-blast+
|
||||
VERSION=${VERSION:-2.14.0}
|
||||
VERSION=${VERSION:-2.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -123,6 +123,10 @@ chmod 0644 $PKG/usr/include/ncbi-tools++/algo/dustmask/*.tex
|
|||
chmod 0644 $PKG/usr/include/ncbi-tools++/objects/gbproj/*.{hpp,h}
|
||||
chmod 0644 $PKG/usr/include/ncbi-tools++/objects/taxon3/*.hpp
|
||||
chmod 0644 $PKG/usr/include/ncbi-tools++/objtools/edit/*.hpp
|
||||
chmod 0755 $PKG/usr/lib${LIBDIRSUFFIX}/*.so
|
||||
|
||||
# remove static libs
|
||||
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.a
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ncbi-blast+"
|
||||
VERSION="2.14.0"
|
||||
VERSION="2.14.1"
|
||||
HOMEPAGE="https://blast.ncbi.nlm.nih.gov/"
|
||||
DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.14.0/ncbi-blast-2.14.0+-src.tar.gz"
|
||||
MD5SUM="94751de312d2fac6b646b3b8b1c9e4d4"
|
||||
DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.14.1/ncbi-blast-2.14.1+-src.tar.gz"
|
||||
MD5SUM="e931f0821d26326b7493882f135f8f60"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue