|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2009-2018 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2009-2019 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -28,8 +28,8 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-OMERO.server} |
|
|
|
VERSION=${VERSION:-5.4.9} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION-ice36-b101.zip} |
|
|
|
VERSION=${VERSION:-5.4.10} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION-ice36-b105.zip} |
|
|
|
WGET=${WGET:-http://downloads.openmicroscopy.org/omero/$VERSION/artifacts/$ARCHIVE} |
|
|
|
|
|
|
|
# Build infos |
|
|
@ -68,7 +68,7 @@ sha256sum -c $ARCHIVE.sha256 |
|
|
|
mkdir -p $PKG/opt |
|
|
|
cd $PKG/opt |
|
|
|
unzip $CWD/$ARCHIVE |
|
|
|
mv OMERO.server-$VERSION-ice36-b101 omero |
|
|
|
mv OMERO.server-$VERSION-ice36-b105 omero |
|
|
|
rm omero/bin/*.bat omero/etc/env.bat |
|
|
|
|
|
|
|
# Install launch scripts |
|
|
|