|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2009-2011,2013-2017 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2009-2011,2013-2018 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -27,8 +27,8 @@
|
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-OMERO.insight} |
|
|
|
|
VERSION=${VERSION:-5.4.0} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION-ice36-b74-linux.zip} |
|
|
|
|
VERSION=${VERSION:-5.4.6} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION-ice36-b87-linux.zip} |
|
|
|
|
WGET=${WGET:-http://downloads.openmicroscopy.org/omero/$VERSION/artifacts/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
@ -62,7 +62,7 @@ if [ ! -r $ARCHIVE ]; then
|
|
|
|
|
mv $ARCHIVE.part $ARCHIVE |
|
|
|
|
fi |
|
|
|
|
sha256sum -c $ARCHIVE.sha256 |
|
|
|
|
NAME=$NAMESRC-$VERSION-ice36-b74-linux |
|
|
|
|
NAME=$NAMESRC-$VERSION-ice36-b87-linux |
|
|
|
|
|
|
|
|
|
# Extract and install |
|
|
|
|
mkdir -p $PKG/usr/lib |
|
|
|
|