mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/openjdk8: Updated for version 8u322.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
80c47ee23e
commit
aaf64eae7d
2 changed files with 9 additions and 30 deletions
|
@ -25,13 +25,13 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openjdk8
|
||||
VERSION=${VERSION:-8u292}
|
||||
VERSION=${VERSION:-8u322}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
|
||||
ICEDTEA=icedtea-3.20.0
|
||||
ICEDTEA=icedtea-3.22.0
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -76,21 +76,14 @@ cd icedtea-build
|
|||
|
||||
# Set JAVA_HOME in order to avoid conflicts with other already installed JVMs.
|
||||
JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH ../$ICEDTEA/configure \
|
||||
--disable-docs \
|
||||
--disable-downloading \
|
||||
--disable-docs \
|
||||
--with-jdk-home=${BOOT_JAVA} \
|
||||
--disable-system-kerberos \
|
||||
--disable-system-pcsc \
|
||||
--disable-system-sctp \
|
||||
--enable-nss \
|
||||
--with-openjdk-src-zip="$CWD/openjdk.tar.xz" \
|
||||
--with-corba-src-zip="$CWD/corba.tar.xz" \
|
||||
--with-jaxp-src-zip="$CWD/jaxp.tar.xz" \
|
||||
--with-jaxws-src-zip="$CWD/jaxws.tar.xz" \
|
||||
--with-jdk-src-zip="$CWD/jdk.tar.xz" \
|
||||
--with-langtools-src-zip="$CWD/langtools.tar.xz" \
|
||||
--with-nashorn-src-zip="$CWD/nashorn.tar.xz" \
|
||||
--with-hotspot-src-zip="$CWD/hotspot.tar.xz"
|
||||
--with-openjdk-src-zip="$CWD/openjdk-git.tar.xz"
|
||||
JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH LOG=trace make
|
||||
|
||||
cd $PKG
|
||||
|
|
|
@ -1,24 +1,10 @@
|
|||
PRGNAM="openjdk8"
|
||||
VERSION="8u292"
|
||||
VERSION="8u322"
|
||||
HOMEPAGE="https://openjdk.java.net"
|
||||
DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.20.0.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.20.0/openjdk.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.20.0/corba.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.20.0/jaxp.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.20.0/jaxws.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.20.0/jdk.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.20.0/langtools.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.20.0/nashorn.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.20.0/hotspot.tar.xz"
|
||||
MD5SUM="b7719f8912b319899a0814c09368dbb6 \
|
||||
124f11361a962fa05ba97bedb46cf7bd \
|
||||
e3934a65e4d3323a1d961ddfc735a5ea \
|
||||
d4dbf6f52ea70cae737dfbfef1564c03 \
|
||||
553293c4dfd39a5baef5c83f455f509d \
|
||||
4bd34b4bf6a5548f25800b557e23a73b \
|
||||
e9f980be64655f61f73ce8787fa37ce2 \
|
||||
3981e230c9c549ee1d0bb8caf3157fed \
|
||||
c03cad0f108737daf4516c0e4f81d136"
|
||||
DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.22.0.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.22.0/openjdk-git.tar.xz"
|
||||
MD5SUM="a3893aba4fbd2e77a6a1d65816f6c8a2 \
|
||||
83c0c7340787fac8f819d68e01735b16"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openjdk7"
|
||||
|
|
Loading…
Reference in a new issue