development/jdk13: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5e7f8fe954
commit
651fcb4a5f
|
@ -1,3 +1,5 @@
|
|||
jdk13 (Java Platform Standard Edition Development Kit)
|
||||
|
||||
The Java Platform Standard Edition Development Kit (JDK) includes
|
||||
both the runtime environment (Java virtual machine,
|
||||
the Java platform classes and supporting files) and development tools
|
||||
|
@ -9,11 +11,15 @@ Java Platform Standard Edition Runtime Environment.
|
|||
More details:
|
||||
https://developer.oracle.com/java/
|
||||
|
||||
WARNING: These older versions of the JRE and JDK are provided to help
|
||||
developers debug issues in older systems. They are not updated with the latest
|
||||
security patches and are not recommended for use in production.
|
||||
|
||||
This SlackBuild will repackage official Oracle JDK archive.
|
||||
You must accept the Oracle Technology Network License Agreement
|
||||
for Oracle Java SE to download this software
|
||||
|
||||
https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html
|
||||
https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html
|
||||
|
||||
After installation you will need to log out from the system and log in back
|
||||
for environment variables get updated.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -eu
|
||||
|
||||
# Slackware build script for jdk13
|
||||
|
||||
# Copyright 2019 2020 Igor Alexandrov <igora.vault@gmail.com>
|
||||
# Copyright 2019, 2020 Igor Alexandrov <igor.alexandrov@outlook.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -46,8 +46,6 @@ if [ "$ARCH" != "x86_64" ]; then
|
|||
fi
|
||||
LIBDIRSUFFIX=64
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $OUTPUT \
|
||||
$PKG/{install,etc/profile.d,usr/{bin,lib${LIBDIRSUFFIX},doc/$PRGNAM-$VERSION,man/man1}}
|
||||
|
|
|
@ -3,8 +3,8 @@ VERSION="13.0.2"
|
|||
HOMEPAGE="https://www.oracle.com/technetwork/java/javase/downloads/index.html"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.oracle.com/otn-pub/java/jdk/13.0.2+8/d4173c853231432d94f001e99d882ca7/jdk-13.0.2_linux-x64_bin.tar.gz"
|
||||
DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/13.0.2+8/d4173c853231432d94f001e99d882ca7/jdk-13.0.2_linux-x64_bin.tar.gz"
|
||||
MD5SUM_x86_64="d9cd84b90be7130094b1cae31b352abe"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Igor Alexandrov"
|
||||
EMAIL="igora.vault@gmail.com"
|
||||
EMAIL="igor.alexandrov@outlook.com"
|
||||
|
|
Loading…
Reference in New Issue