mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/ImageJ: Updated for version 1.48.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a119a94af3
commit
fbf53a2bb2
2 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ImageJ
|
||||
|
||||
# Copyright 2012-2013 Petar Petrov, ppetrov@paju.oulu.fi
|
||||
# Copyright 2012-2014 Petar Petrov, petar.petrov@student.oulu.fi
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ImageJ
|
||||
VERSION=${VERSION:-1.47v}
|
||||
VERSION=${VERSION:-1.48}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=ij
|
||||
SRCVER=147
|
||||
SRCVER=148
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -46,10 +46,10 @@ unzip $CWD/${SRCNAM}${SRCVER}.zip
|
|||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/$PRGNAM
|
||||
cp -a luts macros plugins ij.jar $PKG/usr/share/$PRGNAM
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ImageJ"
|
||||
VERSION="1.47v"
|
||||
VERSION="1.48"
|
||||
HOMEPAGE="http://rsb.info.nih.gov/ij/"
|
||||
DOWNLOAD="http://rsb.info.nih.gov/ij/download/zips/ij147.zip"
|
||||
MD5SUM="1ab3c670f966f5322c7ef1882a3cc9f9"
|
||||
DOWNLOAD="http://rsb.info.nih.gov/ij/download/zips/ij148.zip"
|
||||
MD5SUM="57b5b52a5a6ce5a21f1553cf7a02b4a5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Petar Petrov"
|
||||
EMAIL="ppetrov@paju.oulu.fi"
|
||||
EMAIL="petar.petrov@student.oulu.fi"
|
||||
|
|
Loading…
Reference in a new issue