From 92c071ede3a0eb9d93a02698cb3cd2c7d59f684b Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Sat, 11 Apr 2015 18:27:43 +0700 Subject: academic/pamlX: Updated for version 1.3.1. Signed-off-by: Willy Sudiarto Raharjo --- academic/pamlX/pamlX.SlackBuild | 12 ++++++------ academic/pamlX/pamlX.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'academic/pamlX') diff --git a/academic/pamlX/pamlX.SlackBuild b/academic/pamlX/pamlX.SlackBuild index 1adb05d9bc..d725e7b7ca 100644 --- a/academic/pamlX/pamlX.SlackBuild +++ b/academic/pamlX/pamlX.SlackBuild @@ -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 \ diff --git a/academic/pamlX/pamlX.info b/academic/pamlX/pamlX.info index 7ddabfa74e..cbb22fb430 100644 --- a/academic/pamlX/pamlX.info +++ b/academic/pamlX/pamlX.info @@ -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" -- cgit v1.2.3