mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/RepeatMasker: Updated for version 4.0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ad14a60f0d
commit
ac5136aa76
2 changed files with 6 additions and 6 deletions
|
@ -23,11 +23,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=RepeatMasker
|
||||
VERSION=${VERSION:-4.0.7}
|
||||
VERSION=${VERSION:-4.0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVER=${SRCVER:-4-0-7}
|
||||
SRCVER=${SRCVER:-4-0-8}
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -67,7 +67,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
# Better just copy these and not move them from their original dir
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
daterepeats.help INSTALL license.txt README repeatmasker.help \
|
||||
bluegrad.jpg daterepeats.help HTMLAnnotHeader.html INSTALL LICENSE README.md repeatmasker.help \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="RepeatMasker"
|
||||
VERSION="4.0.7"
|
||||
VERSION="4.0.8"
|
||||
HOMEPAGE="http://www.repeatmasker.org/"
|
||||
DOWNLOAD="http://www.repeatmasker.org/RepeatMasker-open-4-0-7.tar.gz"
|
||||
MD5SUM="4dcbd7c88c5343e02d819f4b3e6527c6"
|
||||
DOWNLOAD="http://www.repeatmasker.org/RepeatMasker-open-4-0-8.tar.gz"
|
||||
MD5SUM="539faa4def9b81b6ede7e9bb8f46f78f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Text-Soundex trfind HMMER ncbi-rmblastn"
|
||||
|
|
Loading…
Reference in a new issue