academic/pamlX: Updated for version 1.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2015-04-11 18:27:43 +07:00 committed by Willy Sudiarto Raharjo
parent 0119205e38
commit 92c071ede3
2 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for pamlX
# Copyright 2013-2014 Petar Petrov, petar.petrov@student.oulu.fi
# Copyright 2013-2015 Petar Petrov, petar.petrov@student.oulu.fi
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pamlX
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION-src
tar xvf $CWD/$PRGNAM-$VERSION-src.tgz
cd $PRGNAM-$VERSION-src
rm -rf ${PRGNAM}${VERSION}-src
tar xvf $CWD/${PRGNAM}${VERSION}-src.tgz
cd ${PRGNAM}${VERSION}-src
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="pamlX"
VERSION="1.2"
VERSION="1.3.1"
HOMEPAGE="http://abacus.gene.ucl.ac.uk/software/paml.html"
DOWNLOAD="http://abacus.gene.ucl.ac.uk/software/pamlX-1.2-src.tgz"
MD5SUM="49b3851717fc69428f1cfad2db97b597"
DOWNLOAD="http://abacus.gene.ucl.ac.uk/software/pamlX1.3.1-src.tgz"
MD5SUM="55cd96e17d94a30232fc0cdd1eaeccf4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="paml"