From 2fa79b504df3ff8266e1010eb5c9c76a6e85601c Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Tue, 15 Sep 2020 08:40:44 +0700 Subject: academic/paml: Updated for version 4.9j. Signed-off-by: Willy Sudiarto Raharjo --- academic/paml/paml.SlackBuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'academic/paml/paml.SlackBuild') diff --git a/academic/paml/paml.SlackBuild b/academic/paml/paml.SlackBuild index 0a6759536a..8c56506e26 100644 --- a/academic/paml/paml.SlackBuild +++ b/academic/paml/paml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for paml -# Copyright 2013-2018 Petar Petrov slackalaxy@gmail.com +# Copyright 2013-2020 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=paml -VERSION=${VERSION:-4.9h} +VERSION=${VERSION:-4.9j} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,9 +97,10 @@ install -D -m755 evolverNSbranches $PKG/usr/libexec/$PRGNAM/evolverNSbranches install -D -m755 evolverNSbranchsites $PKG/usr/libexec/$PRGNAM/evolverNSbranchsites install -D -m755 evolverNSsites $PKG/usr/libexec/$PRGNAM/evolverNSsites -# Compile and install TreeTime -cc $SLKCFLAGS -o TreeTimeJeff TreeTimeJeff.c tools.c -lm -install -D -m755 TreeTimeJeff $PKG/usr/libexec/$PRGNAM/TreeTimeJeff +# This does not build at the moment, so let's disable it for now +# # Compile and install TreeTime +# cc $SLKCFLAGS -o TreeTimeJeff TreeTimeJeff.c tools.c -lm +# install -D -m755 TreeTimeJeff $PKG/usr/libexec/$PRGNAM/TreeTimeJeff # Rename the local README, so we include it in the package. mv README.txt README-compiling.txt -- cgit v1.2.3