mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/IGV: Updated for version 2.16.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
da7369ac9c
commit
ba310bcb48
2 changed files with 6 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=IGV
|
||||
VERSION=${VERSION:-2.16.1}
|
||||
VERSION=${VERSION:-2.16.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -71,6 +71,8 @@ find -L . \
|
|||
# Place it in /opt and make a symlink later
|
||||
mkdir -p $PKG/opt/$PRGNAM
|
||||
cp -a $JDK lib igv.args igv.sh igv_hidpi.sh $PKG/opt/$PRGNAM
|
||||
chmod 0755 $PKG/opt/IGV/jdk-11/lib/{jli,server}/*.so
|
||||
chmod 0755 $PKG/opt/IGV/jdk-11/lib/*.so
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="IGV"
|
||||
VERSION="2.16.1"
|
||||
VERSION="2.16.2"
|
||||
HOMEPAGE="http://software.broadinstitute.org/software/igv/home"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://data.broadinstitute.org/igv/projects/downloads/2.16/IGV_Linux_2.16.1_WithJava.zip"
|
||||
MD5SUM_x86_64="0d4e11ff4eb6cebe72605d3328927e4c"
|
||||
DOWNLOAD_x86_64="https://data.broadinstitute.org/igv/projects/downloads/2.16/IGV_Linux_2.16.2_WithJava.zip"
|
||||
MD5SUM_x86_64="19adb2bac44d46373fc021fbad3cce10"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Petar Petrov"
|
||||
EMAIL="slackalaxy@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue