mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
21e527bbe3
commit
bfcae61568
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue