development/eclipse-jee: Updated for version 201812.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2018-12-20 10:14:40 +13:00 committed by Willy Sudiarto Raharjo
parent a6ee769991
commit 0566b08522
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 9 additions and 11 deletions

View file

@ -21,7 +21,7 @@ Notes:
**********
UPGRADING:
**********
if you find an error during Eclipse initialization, check
if you find an error during Eclipse initialisation, check
this two files:
/opt/eclipse-jee/configuration/config.ini

View file

@ -27,8 +27,8 @@
# This script is just a binary repackaging.
PRGNAM=eclipse-jee
VERSION=${VERSION:-201809}
SRCVERSION=${SRCVERSION:-2018-09}
VERSION=${VERSION:-201812}
SRCVERSION=${SRCVERSION:-2018-12-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,8 +54,6 @@ cd $PKG/opt/$PRGNAM
# ARCH can be 'i586' or 'x86_64'
if [ "$ARCH" = "x86_64" ]; then
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz
elif case "$ARCH" in i?86) true ;; *) false ;; esac ; then
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk.tar.gz
else
printf "$ARCH is not supported...\n"
exit 1

View file

@ -1,10 +1,10 @@
PRGNAM="eclipse-jee"
VERSION="201809"
VERSION="201812"
HOMEPAGE="http://www.eclipse.org"
DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/2018-09/R/eclipse-jee-2018-09-linux-gtk.tar.gz"
MD5SUM="e21291a6e65cddc79711d3258d79e778"
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2018-09/R/eclipse-jee-2018-09-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="e70508f521fd317ddbf7549fed781663"
REQUIRES="jdk webkitgtk"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2018-12/R/eclipse-jee-2018-12-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="9fc11a36a886894e2cec0a8e0c335067"
REQUIRES="jdk webkit2gtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"