mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/ij-plugins-LOCI: Updated for version 5.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e4562e3319
commit
65c44a7732
2 changed files with 9 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ij-plugins-LOCI
|
||||
VERSION=${VERSION:-4.4.10}
|
||||
VERSION=${VERSION:-5.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,9 +40,12 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
mkdir $SRCNAM-$VERSION
|
||||
cd $SRCNAM-$VERSION
|
||||
cp $CWD/$SRCNAM .
|
||||
|
||||
mkdir -p $PKG/usr/share/ImageJ/plugins/LOCI
|
||||
cp -a $CWD/$SRCNAM $PKG/usr/share/ImageJ/plugins/LOCI
|
||||
install -D -m644 $SRCNAM $PKG/usr/share/ImageJ/plugins/Input-Output/$SRCNAM
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ij-plugins-LOCI"
|
||||
VERSION="4.4.10"
|
||||
VERSION="5.0.0"
|
||||
HOMEPAGE="http://loci.wisc.edu/bio-formats/imagej"
|
||||
DOWNLOAD="http://downloads.openmicroscopy.org/bio-formats/4.4.10/artifacts/loci_tools.jar"
|
||||
MD5SUM="dbbf3c6cd58c504302dabcbac853625f"
|
||||
DOWNLOAD="http://downloads.openmicroscopy.org/bio-formats/5.0.0/artifacts/loci_tools.jar"
|
||||
MD5SUM="6a6e6f305755e34904fb576963d40342"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ImageJ"
|
||||
|
|
Loading…
Reference in a new issue