summaryrefslogtreecommitdiffstats
path: root/academic/EMBASSY/EMBASSY.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/EMBASSY/EMBASSY.SlackBuild')
-rw-r--r--academic/EMBASSY/EMBASSY.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/academic/EMBASSY/EMBASSY.SlackBuild b/academic/EMBASSY/EMBASSY.SlackBuild
index 48efb18e7e..a5fd088e4d 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