mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/HMMER: Updated for version 3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
06de67c73f
commit
c5221254ba
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for HMMER
|
||||
|
||||
# Copyright 2016-2021 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2016-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=HMMER
|
||||
VERSION=${VERSION:-3.3.2}
|
||||
VERSION=${VERSION:-3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -102,6 +102,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
chmod 0644 $PKG/usr/man/man1/*
|
||||
|
||||
# Include some tutorial examples
|
||||
mkdir -p $PKG/usr/share/$PRGNAM
|
||||
cp -a testsuite tutorial $PKG/usr/share/$PRGNAM
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="HMMER"
|
||||
VERSION="3.3.2"
|
||||
VERSION="3.4"
|
||||
HOMEPAGE="http://hmmer.org/"
|
||||
DOWNLOAD="http://eddylab.org/software/hmmer/hmmer-3.3.2.tar.gz"
|
||||
MD5SUM="ea03d88b4e8228a1dc6d84d56af27195"
|
||||
DOWNLOAD="http://eddylab.org/software/hmmer/hmmer-3.4.tar.gz"
|
||||
MD5SUM="b1ed21ceea33930222c84f8c4d9f4240"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue