academic/knime: Added (data analytics tool).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Stephen Van Berg 2014-04-22 08:43:02 +07:00 committed by Willy Sudiarto Raharjo
parent 73f53cbda9
commit ed81d83731
7 changed files with 141 additions and 0 deletions

4
academic/knime/README Normal file
View File

@ -0,0 +1,4 @@
KNIME, pronounced [naim], is a graphical analytics tool for data mining.
It has nodes and modules for data acess, transformation, exploration,
predictive analytics and data mining.
Note: You may want to tweak the heap size in /opt/knime/knime.ini

13
academic/knime/doinst.sh Normal file
View File

@ -0,0 +1,13 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor
fi
fi

View File

@ -0,0 +1,82 @@
#!/bin/sh -e
# Slackware build script for knime
# Copyright 2014 Stephen Van Berg USA
# 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.
# Stephen Van Berg 2014-4-17
PRGNAM=knime
VERSION=${VERSION:-2.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG/opt $OUTPUT
cd $PKG/opt
if [ "$ARCH" = "x86_64" ]; then
tar -xvf $CWD/$PRGNAM\_$VERSION.linux.gtk.$ARCH.tar.gz
elif [ "$ARCH" = "i586" ]; then
tar -xvf $CWD/$PRGNAM\_$VERSION.linux.gtk.x86.tar.gz
else
printf "$ARCH is not supported...\n" ; exit 1
fi
mv $PRGNAM\_$VERSION $PRGNAM # pull out version from target dir
mkdir -p $PKG/usr/bin
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 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
install -m755 $CWD/$PRGNAM.wrapper $PKG/usr/bin/$PRGNAM # Put wrapper exec (starts program in homedir) in /usr/bin
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cd $PKG/opt/$PRGNAM
cp -a LICENSE.TXT README.txt quickstart.pdf $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/usr/share/pixmaps $PKG/usr/share/applications
cp -a $PKG/opt/$PRGNAM/icon.xpm $PKG/usr/share/pixmaps/$PRGNAM.xpm
cp -a $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
mkdir -p $PKG/install
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=knime
Name=KNIME
GenericName=KNIME Desktop
Comment=KNIME Desktop
Icon=knime.xpm
StartupNotify=true
Categories=Qt;KDE;GNOME;Development;

10
academic/knime/knime.info Normal file
View File

@ -0,0 +1,10 @@
PRGNAM="knime"
VERSION="2.9.2"
HOMEPAGE="http://knime.org"
DOWNLOAD="https://www.knime.org/knime_downloads/linux/knime_2.9.2.linux.gtk.x86.tar.gz"
MD5SUM="c38143ffbd78dc08c189a2df532fccd0"
DOWNLOAD_x86_64="https://www.knime.org/knime_downloads/linux/knime_2.9.2.linux.gtk.x86_64.tar.gz"
MD5SUM_x86_64="gf0337f2b6534d3d302e2b67781bea6f4"
REQUIRES="jdk"
MAINTAINER="Stephen Van Berg"
EMAIL="stephen.van.berg@gmail.com"

View File

@ -0,0 +1,4 @@
#!/bin/sh
cd $HOME
/opt/knime/knime $@

19
academic/knime/slack-desc Normal file
View File

@ -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------------------------------------------------------|
knime: knime (data analytics tool)
knime:
knime: KNIME, is a graphical analytics tool for data mining.
knime: It has nodes and modules for data acess, transformation, exploration,
knime: predictive analytics and data mining.
knime:
knime:
knime: Homepage: http://knime.org
knime:
knime:
knime: