diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2013-12-14 11:47:09 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:07 -0600 |
commit | 94efe73619e8e160c989db0a726e0623b220ec25 (patch) | |
tree | 2efdb025f87040204fff9275538a0ceaeecb4f0a /academic/EMBASSY/EMBASSY.SlackBuild | |
parent | 3489ae3da85c6ed2d3707a3adfef82cd4a58297e (diff) |
academic/EMBASSY: Updated for version 6.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/EMBASSY/EMBASSY.SlackBuild')
-rw-r--r-- | academic/EMBASSY/EMBASSY.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/academic/EMBASSY/EMBASSY.SlackBuild b/academic/EMBASSY/EMBASSY.SlackBuild index 48efb18e7e312..a5fd088e4d109 100644 --- a/academic/EMBASSY/EMBASSY.SlackBuild +++ b/academic/EMBASSY/EMBASSY.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for EMBASSY -# Copyright 2011-2012 Petar Petrov, ppetrov@paju.oulu.fi +# Copyright 2011-2013 Petar Petrov, petar.petrov@student.oulu.fi # 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=EMBASSY -VERSION=${VERSION:-6.5.7} # Keep this the same version as EMBOSS +VERSION=${VERSION:-6.6.0} # Keep this the same version as EMBOSS BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ fi # EMBASSY components and their versions CBSTOOLS=CBSTOOLS-1.0.0.650 -CLUSTALOMEGA=CLUSTALOMEGA-0.2.0.650 +CLUSTALOMEGA=CLUSTALOMEGA-1.1.0 DOMAINATRIX=DOMAINATRIX-0.1.650 DOMALIGN=DOMALIGN-0.1.650 DOMSEARCH=DOMSEARCH-0.1.650 @@ -105,10 +105,10 @@ tar xvf $CWD/$VIENNA.tar.gz chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Build CBSTOOLS cd $TMP/$PRGNAM-$VERSION/$CBSTOOLS |