academic/jalview: Updated for version 2.8.0b1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dfe48604d3
commit
f51ea47d66
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for jalview
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,11 +26,11 @@
|
||||||
# https://aur.archlinux.org/packages/jalview/
|
# https://aur.archlinux.org/packages/jalview/
|
||||||
|
|
||||||
PRGNAM=jalview
|
PRGNAM=jalview
|
||||||
VERSION=${VERSION:-2.8}
|
VERSION=${VERSION:-2.8.0b1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
SRCNAM=install.bin
|
SRCNAM=install-jalview.bin
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
@ -49,10 +49,10 @@ cd $PRGNAM-$VERSION
|
||||||
7z e $CWD/$SRCNAM
|
7z e $CWD/$SRCNAM
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/usr/share/java/$PRGNAM
|
mkdir -p $PKG/usr/share/java/$PRGNAM
|
||||||
cp -a *.jar $PKG/usr/share/java/$PRGNAM
|
cp -a *.jar $PKG/usr/share/java/$PRGNAM
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
PRGNAM="jalview"
|
PRGNAM="jalview"
|
||||||
VERSION="2.8"
|
VERSION="2.8.0b1"
|
||||||
HOMEPAGE="http://www.jalview.org/"
|
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"
|
http://www.jalview.org/tutorial/TheJalviewTutorial_screen.pdf"
|
||||||
MD5SUM="8efc117dc7947b24577b319ffdadb024 \
|
MD5SUM="c39ccfc067ebeca82d157c630f16103b \
|
||||||
e08a446029df593d2e2722c5f273ce6c"
|
e08a446029df593d2e2722c5f273ce6c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jdk p7zip"
|
REQUIRES="jdk p7zip"
|
||||||
MAINTAINER="Petar Petrov"
|
MAINTAINER="Petar Petrov"
|
||||||
EMAIL="ppetrov@paju.oulu.fi"
|
EMAIL="petar.petrov@student.oulu.fi"
|
||||||
|
|
Loading…
Reference in New Issue