academic/jalview: Updated for version 2.8.0b1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2014-03-03 02:13:13 +07:00 committed by Willy Sudiarto Raharjo
parent dfe48604d3
commit f51ea47d66
2 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for jalview
# Copyright 2013 Petar Petrov, ppetrov@paju.oulu.fi
# Copyright 2013-2014 Petar Petrov, petar.petrov@student.oulu.fi
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,11 +26,11 @@
# https://aur.archlinux.org/packages/jalview/
PRGNAM=jalview
VERSION=${VERSION:-2.8}
VERSION=${VERSION:-2.8.0b1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=install.bin
SRCNAM=install-jalview.bin
ARCH=noarch
CWD=$(pwd)
@ -49,10 +49,10 @@ cd $PRGNAM-$VERSION
7z e $CWD/$SRCNAM
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 {} \;
mkdir -p $PKG/usr/share/java/$PRGNAM
cp -a *.jar $PKG/usr/share/java/$PRGNAM

View File

@ -1,12 +1,12 @@
PRGNAM="jalview"
VERSION="2.8"
VERSION="2.8.0b1"
HOMEPAGE="http://www.jalview.org/"
DOWNLOAD="http://www.jalview.org/Web_Installers/InstData/Linux/NoVM/install.bin \
DOWNLOAD="http://www.jalview.org/Web_Installers/InstData/Linux/NoVM/install-jalview.bin \
http://www.jalview.org/tutorial/TheJalviewTutorial_screen.pdf"
MD5SUM="8efc117dc7947b24577b319ffdadb024 \
MD5SUM="c39ccfc067ebeca82d157c630f16103b \
e08a446029df593d2e2722c5f273ce6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk p7zip"
MAINTAINER="Petar Petrov"
EMAIL="ppetrov@paju.oulu.fi"
EMAIL="petar.petrov@student.oulu.fi"