academic/ncbi-blast+: Updated for version 2.13.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
Petar Petrov 2022-09-04 14:40:01 +01:00 committed by Dave Woodfall
parent 08e0e1dd1b
commit a92f127be2
2 changed files with 10 additions and 4 deletions

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ncbi-blast+
VERSION=${VERSION:-2.11.0}
VERSION=${VERSION:-2.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -121,6 +121,12 @@ make prefix=$PKG/usr install
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# fix a few permissions
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="ncbi-blast+"
VERSION="2.11.0"
VERSION="2.13.0"
HOMEPAGE="https://blast.ncbi.nlm.nih.gov/"
DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.11.0/ncbi-blast-2.11.0+-src.tar.gz"
MD5SUM="13f93eea6741af2bbcc07f59941dc77b"
DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.13.0/ncbi-blast-2.13.0+-src.tar.gz"
MD5SUM="0542f0e7b148d02db0854965e78e36c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""