mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/RepeatMasker: update for version 4.1.2_p1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5dca92eded
commit
1fd230db52
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for RepeatMasker
|
||||
|
||||
# Copyright 2018-2020 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2018-2021 Petar Petrov slackalaxy@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,11 +23,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=RepeatMasker
|
||||
VERSION=${VERSION:-4.1.1}
|
||||
VERSION=${VERSION:-4.1.2_p1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
SRCVER=4.1.2-p1
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -41,7 +42,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="RepeatMasker"
|
||||
VERSION="4.1.1"
|
||||
VERSION="4.1.2_p1"
|
||||
HOMEPAGE="http://www.repeatmasker.org/"
|
||||
DOWNLOAD="http://www.repeatmasker.org/RepeatMasker-4.1.1.tar.gz"
|
||||
MD5SUM="6df7b188757b5ef2d2575320eb0b014e"
|
||||
DOWNLOAD="http://www.repeatmasker.org/RepeatMasker/RepeatMasker-4.1.2-p1.tar.gz"
|
||||
MD5SUM="fbab50d0c467a9beca316020efc20ee4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Text-Soundex trfind HMMER ncbi-rmblastn"
|
||||
|
|
Loading…
Reference in a new issue