academic/bppsuite: Updated for version 2.3.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Petar Petrov 2017-10-07 17:01:34 +01:00 committed by Willy Sudiarto Raharjo
parent 67a3a5df38
commit 1ff2bcdd6c
2 changed files with 7 additions and 8 deletions

View File

@ -23,8 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bppsuite
VERSION=${VERSION:-git_e2d0827}
COMMIT=e2d0827fa47aa8feb25abcb6789b07b025939991
VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$COMMIT
tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz
cd $PRGNAM-$COMMIT
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,8 +1,8 @@
PRGNAM="bppsuite"
VERSION="git_e2d0827"
VERSION="2.3.1"
HOMEPAGE="http://biopp.univ-montp2.fr/"
DOWNLOAD="https://github.com/BioPP/bppsuite/archive/e2d0827/bppsuite-e2d0827fa47aa8feb25abcb6789b07b025939991.tar.gz"
MD5SUM="2c3b1b95ca109b69a9fdd8ce6ab8d72d"
DOWNLOAD="https://github.com/BioPP/bppsuite/archive/v2.3.1/bppsuite-2.3.1.tar.gz"
MD5SUM="17d9284cd47fead622ba6ac452d22ff2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bpp-seq-omics bpp-phyl-omics bpp-popgen"