libraries/jai-imageio: Added (JAI I/O Tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
76234a9f2e
commit
8728e52fc5
|
@ -0,0 +1,3 @@
|
|||
JAI Image I/O Tools provides reader, writer, and stream plug-ins for the JavaTM
|
||||
Image I/O Framework and Image I/O-based read and write operations for JavaTM
|
||||
Advanced Imaging.
|
|
@ -0,0 +1,81 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild script for jai-imageio
|
||||
|
||||
# Copyright 2014 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jai-imageio
|
||||
VERSION=${VERSION:-1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=x86_64 ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
SRCNAM=`echo $PRGNAM | tr - _`
|
||||
SRCVER=`echo $VERSION | tr . _`
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
PKGARCH=$ARCH
|
||||
SRCARCH=amd64
|
||||
elif [ "$ARCH" = "arm" ]; then
|
||||
printf "\narm is unsupported ...\n\n"
|
||||
exit 1
|
||||
else
|
||||
PKGARCH=$ARCH
|
||||
SRCARCH=i586
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
rm -rf $TMP/$PRGNAM-$VERSION
|
||||
cd $TMP
|
||||
mkdir $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$SRCVER-lib-linux-$SRCARCH.tar.gz
|
||||
cd $SRCNAM-$SRCVER
|
||||
|
||||
mkdir -p $PKG/$JAVA_HOME/jre/lib/$SRCARCH
|
||||
cp -a lib/*.so $PKG/$JAVA_HOME/jre/lib/$SRCARCH
|
||||
|
||||
mkdir -p $PKG/$JAVA_HOME/jre/lib/ext
|
||||
cp -a lib/*.jar $PKG/$JAVA_HOME/jre/lib/ext
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYRIGHT-jai_imageio.txt DISTRIBUTIONREADME-jai_imageio.txt ENTITLEMENT-jai_imageio.txt LICENSE-jai_imageio.txt THIRDPARTYLICENSEREADME-jai_imageio.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="jai-imageio"
|
||||
VERSION="1.1"
|
||||
HOMEPAGE="http://download.java.net/media/jai-imageio/builds/release/1.1/INSTALL-jai_imageio.html"
|
||||
DOWNLOAD="http://download.java.net/media/jai-imageio/builds/release/1.1/jai_imageio-1_1-lib-linux-i586.tar.gz"
|
||||
MD5SUM="8f467118068a7dfefbe1c22ab43a22f3"
|
||||
DOWNLOAD_x86_64="http://download.java.net/media/jai-imageio/builds/release/1.1/jai_imageio-1_1-lib-linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="163a33949d92930372dd1f59702f791e"
|
||||
REQUIRES="jai"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
jai-imageio: jai-imageio (Java Advanced Imaging Image I/O Tools)
|
||||
jai-imageio:
|
||||
jai-imageio: JAI Image I/O Tools provides reader, writer, and stream plug-ins for
|
||||
jai-imageio: the JavaTM Image I/O Framework and Image I/O-based read and write
|
||||
jai-imageio: operations for JavaTM Advanced Imaging.
|
||||
jai-imageio:
|
||||
jai-imageio:
|
||||
jai-imageio:
|
||||
jai-imageio:
|
||||
jai-imageio:
|
||||
jai-imageio:
|
Loading…
Reference in New Issue