academic/mafft: Updated for version 7.520.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2023-05-12 00:36:18 +01:00 committed by Willy Sudiarto Raharjo
parent 21e527bbe3
commit bfcae61568
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for mafft
# Copyright 2013-2022 Petar Petrov slackalaxy@gmail.com
# Copyright 2013-2023 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mafft
VERSION=${VERSION:-7.505}
VERSION=${VERSION:-7.520}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -69,9 +69,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION-with-extensions
tar xvf $CWD/$PRGNAM-$VERSION-with-extensions-src.tgz
cd $PRGNAM-$VERSION-with-extensions
rm -rf $PRGNAM-v${VERSION}
tar xvf $CWD/$PRGNAM-v${VERSION}.tar.gz
cd $PRGNAM-v${VERSION}
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -134,7 +134,7 @@ cp -a test $PKG/usr/share/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
license readme \
license license.extensions README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/References > $PKG/usr/doc/$PRGNAM-$VERSION/References

View file

@ -1,8 +1,8 @@
PRGNAM="mafft"
VERSION="7.505"
VERSION="7.520"
HOMEPAGE="https://mafft.cbrc.jp/alignment/software/"
DOWNLOAD="https://mafft.cbrc.jp/alignment/software/mafft-7.505-with-extensions-src.tgz"
MD5SUM="9402fafc3877aa82dc07efcc57e7f3c4"
DOWNLOAD="https://gitlab.com/sysimm/mafft/-/archive/v7.520/mafft-v7.520.tar.gz"
MD5SUM="8d53ef6ecf6822d00c9d356f59f5aabe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""